Searched defs:ICI (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp21 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp211 ICmpInst *ICI = dyn_cast<ICmpInst>(I->getArgOperand(0)); local
H A DLoopPredication.cpp374 LoopPredication::parseLoopICmp(ICmpInst *ICI) { argument
674 Optional<Value *> LoopPredication::widenICmpRangeCheck(ICmpInst *ICI, argument
864 auto *ICI = dyn_cast<ICmpInst>(BI->getCondition()); local
[all...]
H A DScalarizer.cpp132 ICmpInst &ICI; member in struct:__anon4710::ICmpSplitter
613 bool ScalarizerVisitor::visitICmpInst(ICmpInst &ICI) { argument
[all...]
H A DInductiveRangeCheckElimination.cpp286 InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, argument
362 ICmpInst *ICI = dyn_cast<ICmpInst>(Condition); local
792 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp546 ICmpInst *ICI = dyn_cast<ICmpInst>(U); local
[all...]
H A DSimplifyCFG.cpp511 ICmpInst *ICI; local
756 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
1001 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
3695 tryToSimplifyUncondBranchWithICmpInIt( ICmpInst *ICI, IRBuilder<> &Builder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp709 static Value *canonicalizeSaturatedSubtract(const ICmpInst *ICI, argument
842 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, argument
881 foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, InstCombiner::BuilderTy &Builder) argument
1440 foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI) argument
[all...]
H A DInstCombineCasts.cpp1277 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { argument
H A DInstructionCombining.cpp2455 ICmpInst *ICI = cast<ICmpInst>(I); local
H A DInstCombineCompares.cpp1024 Instruction *InstCombiner::foldAllocaCmp(ICmpInst &ICI, argument
145 foldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, CmpInst &ICI, ConstantInt *AndCst) argument

Completed in 208 milliseconds