/llvm-project/clang/test/CodeGenCXX/ |
H A 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
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-qualifiermixing.cpp | 69 void qualifiedThroughTypedef2(CInt CI1, const int CI2) {} in qualifiedThroughTypedef2() 75 void qualifiedThroughTypedef3(CInt CI1, const MyInt1 CI2, const int CI3) {} in qualifiedThroughTypedef3() 83 void qualifiedThroughTypedef4(CInt CI1, const MyInt1 CI2, const MyInt2 CI3) {} in qualifiedThroughTypedef4()
|
H A D | easily-swappable-parameters-len2.cpp | 172 void qualifiedThroughTypedef2(CInt CI1, const int CI2) {} in qualifiedThroughTypedef2() 178 void qualifiedThroughTypedef3(CInt CI1, const MyInt1 CI2, const int CI3) {} in qualifiedThroughTypedef3() 186 void qualifiedThroughTypedef4(CInt CI1, const MyInt1 CI2, const MyInt2 CI3) {} in qualifiedThroughTypedef4()
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ProfileSummaryInfoTest.cpp | 244 BasicBlock::iterator CI2 = BB2->getFirstNonPHIIt(); in TEST_F() local 340 BasicBlock::iterator CI2 = BB2->getFirstNonPHIIt(); in TEST_F() local
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 733 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { ConstantFoldBinaryInstruction() local 808 if (ConstantInt *CI2 = dyn_cast<ConstantInt>(C2)) { ConstantFoldBinaryInstruction() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 89 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); operator ()() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 127 const CastInst *CI2) { in isEliminableCastPair() argument
|
H A D | InstCombineCompares.cpp | 1066 processUGT_ADDCST_ADD(ICmpInst & I,Value * A,Value * B,ConstantInt * CI2,ConstantInt * CI1,InstCombinerImpl & IC) processUGT_ADDCST_ADD() argument 1299 ConstantInt *CI, *CI2; // I = icmp ugt (add (add A, B), CI2), CI foldICmpWithConstant() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 6520 CallInst *CI2 = dyn_cast<CallInst>(V); getScalarsVectorizationState() local 7356 auto *CI2 = cast<CallInst>(V); buildTree_rec() local 7379 auto *CI2 = cast<CallInst>(V); buildTree_rec() local 18413 auto *CI2 = cast<CmpInst>(V2); compareCmp() local [all...] |