Home
last modified time | relevance | path

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

/llvm-project/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
/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/lib/Transforms/Utils/
H A DLowerSwitch.cpp88 return CI1->getValue().slt(CI2->getValue()); in operator ()() local
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp807 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { ConstantFoldBinaryInstruction() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp126 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, 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
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18412 auto *CI1 = cast<CmpInst>(V); compareCmp() local