Home
last modified time | relevance | path

Searched defs:CI1 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dbuiltins-systemz-zvector.cpp14 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 DInstCombineCompares.cpp1431 ConstantInt *CI1, in FoldICmpCstShrCst()
1495 ConstantInt *CI1, in FoldICmpCstShlCst()
2496 ConstantInt *CI2, ConstantInt *CI1, in ProcessUGT_ADDCST_ADD()
H A DInstCombineAndOrXor.cpp2072 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 DLowerSwitch.cpp92 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 DLowerSwitch.cpp122 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 DLowerSwitch.cpp89 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 DConstantFold.cpp1128 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local
/aosp_15_r20/external/llvm/lib/IR/
H A DConstantFold.cpp1119 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 DConstantFold.cpp1244 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1503 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 DInstCombineCasts.cpp233 Instruction::CastOps InstCombiner::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair()
H A DInstCombineCompares.cpp1256 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp265 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair()
H A DInstCombineCompares.cpp1130 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13382 auto *CI1 = cast<CmpInst>(V); in compareCmp() local