Home
last modified time | relevance | path

Searched defs:CI2 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/CodeGenCXX/
Dbuiltins-systemz-zvector.cpp19 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/
DInstCombineCompares.cpp1432 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
DInstCombineAndOrXor.cpp2076 ConstantInt *CI2 = nullptr; in FoldOrWithConstants() local
2106 ConstantInt *CI2 = nullptr; in FoldXorWithConstants() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp93 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp123 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()() local
/external/llvm/lib/IR/
DConstantFold.cpp1019 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/
DConstantFold.cpp1125 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/
DInstructionSimplify.cpp1503 ConstantInt *CI1, *CI2; in SimplifyAndOfICmps() local
1687 ConstantInt *CI1, *CI2; in SimplifyOrOfICmps() local
2305 ConstantInt *CI2; in SimplifyICmpInst() local
DValueTracking.cpp3847 if (auto *CI2 = dyn_cast<CastInst>(V2)) { in lookThroughCast() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1373 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/
DInstCombineCompares.cpp1256 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD()
1448 ConstantInt *CI, *CI2; // I = icmp ugt (add (add A, B), CI2), CI in foldICmpWithConstant() local
DInstCombineCasts.cpp234 const CastInst *CI2) { in isEliminableCastPair()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3015 CallInst *CI2 = dyn_cast<CallInst>(V); in buildTree_rec() local
3063 auto *CI2 = cast<CallInst>(V); in buildTree_rec() local