Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A 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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-qualifiermixing.cpp69 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 Deasily-swappable-parameters-len2.cpp172 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 DProfileSummaryInfoTest.cpp244 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 DConstantFold.cpp733 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 DLowerSwitch.cpp89 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); operator ()() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp127 const CastInst *CI2) { in isEliminableCastPair() argument
H A DInstCombineCompares.cpp1066 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 DSLPVectorizer.cpp6520 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...]