search for: dyncast

Displaying 2 results from an estimated 2 matches for "dyncast".

Did you mean: dyn_cast
2010 Jun 02
1
[LLVMdev] creating pointer type
HI I need to create a pointer type to a global array which is @buf = internal constant [4 x i32] zeroinitializer ; <[4 x i32]*> [#uses=0] if I just dyncast it, the element type of the resultant pointer type is not set properly. The getUnqual method gives me a double pointer. thanks for the help ! shrey
2018 Nov 25
6
RFC: Modernizing our use of auto
I'm not advocating AAA. However this is a proposal for more modern thinking regarding the permissiveness of auto in LLVM codebases. Currently the rule on the use of auto is here: https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable It is quite strict. It allows the use of auto for * lambdas * iterators because they are long to type * casts to