Searched defs:CI1 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/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
|
/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/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 88 return CI1->getValue().slt(CI2->getValue()); in operator ()() local
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 807 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { ConstantFoldBinaryInstruction() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 126 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, 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
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 18412 auto *CI1 = cast<CmpInst>(V); compareCmp() local
|