Home
last modified time | relevance | path

Searched refs:MainCI (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp128 auto *MainCI = (*Interp)->getCompilerInstance(); in operator ()() local
130 CC.codeComplete(MainCI, Buffer, Lines, Pos + 1, in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6271 auto *MainCI = cast<CmpInst>(S.MainOp); in buildTree_rec() local
6273 CmpInst::Predicate MainP = MainCI->getPredicate(); in buildTree_rec()
6284 if (isAlternateInstruction(Cmp, MainCI, AltCI, *TLI)) { in buildTree_rec()
6520 if (auto *MainCI = dyn_cast<CmpInst>(MainOp)) { in isAlternateInstruction() local
6522 CmpInst::Predicate MainP = MainCI->getPredicate(); in isAlternateInstruction()
6526 if (isCmpSameOrSwapped(MainCI, CI, TLI)) in isAlternateInstruction()