Searched refs:IsIntegerPromotable (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2283 uint64_t NewAllocaEndOffset, bool IsIntegerPromotable, in AllocaSliceRewriter() argument 2291 IntTy(IsIntegerPromotable in AllocaSliceRewriter() 4039 bool IsIntegerPromotable = isIntegerWideningViable(P, SliceTy, DL); in rewritePartition() local 4042 IsIntegerPromotable ? nullptr : isVectorPromotionViable(P, DL); in rewritePartition() 4092 P.endOffset(), IsIntegerPromotable, VecTy, in rewritePartition()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2202 uint64_t NewAllocaEndOffset, bool IsIntegerPromotable, in AllocaSliceRewriter() argument 2210 IntTy(IsIntegerPromotable in AllocaSliceRewriter() 3830 bool IsIntegerPromotable = isIntegerWideningViable(P, SliceTy, DL); in rewritePartition() local 3833 IsIntegerPromotable ? nullptr : isVectorPromotionViable(P, DL); in rewritePartition() 3881 P.endOffset(), IsIntegerPromotable, VecTy, in rewritePartition()
|