/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | builtins-systemz-zvector.cpp | 14 constexpr vector int CI1 = (vector int)0LL; in testInts() local 34 constexpr vector double CI1 = (vector double)0LL; in testFloats() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1431 ConstantInt *CI1, in FoldICmpCstShrCst() 1495 ConstantInt *CI1, in FoldICmpCstShlCst() 2496 ConstantInt *CI2, ConstantInt *CI1, in ProcessUGT_ADDCST_ADD()
|
H A D | InstCombineAndOrXor.cpp | 2072 ConstantInt *CI1 = dyn_cast<ConstantInt>(C); in FoldOrWithConstants() local 2101 ConstantInt *CI1 = dyn_cast<ConstantInt>(C); in FoldXorWithConstants() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 92 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); in operator ()() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 122 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); in operator ()() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 89 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1128 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1119 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1244 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1503 ConstantInt *CI1, *CI2; in SimplifyAndOfICmps() local 1687 ConstantInt *CI1, *CI2; in SimplifyOrOfICmps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 233 Instruction::CastOps InstCombiner::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair()
|
H A D | InstCombineCompares.cpp | 1256 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 265 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair()
|
H A D | InstCombineCompares.cpp | 1130 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 13382 auto *CI1 = cast<CmpInst>(V); in compareCmp() local
|