/external/clang/test/CodeGenCXX/ |
D | builtins-systemz-zvector.cpp | 19 constexpr vector int CI2 = (vector int)char(0); in testInts() local 39 constexpr vector double CI2 = (vector double)char(0); in testFloats() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1432 ConstantInt *CI2) { in FoldICmpCstShrCst() 1496 ConstantInt *CI2) { in FoldICmpCstShlCst() 2496 ConstantInt *CI2, ConstantInt *CI1, in ProcessUGT_ADDCST_ADD() 3262 ConstantInt *CI2; // I = icmp ugt (add (add A, B), CI2), CI in visitICmpInst() local 3312 ConstantInt *CI2; in visitICmpInst() local 3337 ConstantInt *CI2; in visitICmpInst() local 3759 if (BitCastInst *CI2 = dyn_cast<BitCastInst>(Op1)) in visitICmpInst() local
|
D | InstCombineAndOrXor.cpp | 2076 ConstantInt *CI2 = nullptr; in FoldOrWithConstants() local 2106 ConstantInt *CI2 = nullptr; in FoldXorWithConstants() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 93 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 123 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1019 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { in ConstantFoldBinaryInstruction() local 1120 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { in ConstantFoldBinaryInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1125 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { in ConstantFoldBinaryInstruction() local 1245 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { in ConstantFoldBinaryInstruction() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1503 ConstantInt *CI1, *CI2; in SimplifyAndOfICmps() local 1687 ConstantInt *CI1, *CI2; in SimplifyOrOfICmps() local 2305 ConstantInt *CI2; in SimplifyICmpInst() local
|
D | ValueTracking.cpp | 3847 if (auto *CI2 = dyn_cast<CastInst>(V2)) { in lookThroughCast() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1373 CallInst *CI2 = dyn_cast<CallInst>(VL[i]); in buildTree_rec() local 1414 CallInst *CI2 = dyn_cast<CallInst>(j); in buildTree_rec() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1256 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD() 1448 ConstantInt *CI, *CI2; // I = icmp ugt (add (add A, B), CI2), CI in foldICmpWithConstant() local
|
D | InstCombineCasts.cpp | 234 const CastInst *CI2) { in isEliminableCastPair()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3015 CallInst *CI2 = dyn_cast<CallInst>(V); in buildTree_rec() local 3063 auto *CI2 = cast<CallInst>(V); in buildTree_rec() local
|