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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp21 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp374 LoopPredication::parseLoopICmp(ICmpInst *ICI) { argument
675 Optional<Value *> LoopPredication::widenICmpRangeCheck(ICmpInst *ICI, argument
865 auto *ICI = dyn_cast<ICmpInst>(BI->getCondition()); local
[all...]
H A DScalarizer.cpp132 ICmpInst &ICI; member in struct:__anon3020::ICmpSplitter
614 bool ScalarizerVisitor::visitICmpInst(ICmpInst &ICI) { argument
[all...]
H A DInductiveRangeCheckElimination.cpp295 InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, argument
371 ICmpInst *ICI = dyn_cast<ICmpInst>(Condition); local
788 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp721 static Value *canonicalizeSaturatedSubtract(const ICmpInst *ICI, argument
854 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, argument
893 foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, InstCombiner::BuilderTy &Builder) argument
1438 foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI) argument
[all...]
H A DInstCombineCasts.cpp1319 Instruction *InstCombinerImpl::transformSExtICmp(ICmpInst *ICI, argument
H A DInstructionCombining.cpp2545 ICmpInst *ICI = cast<ICmpInst>(I); local
H A DInstCombineCompares.cpp987 Instruction *InstCombinerImpl::foldAllocaCmp(ICmpInst &ICI, argument
108 foldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, CmpInst &ICI, ConstantInt *AndCst) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp565 ICmpInst *ICI = dyn_cast<ICmpInst>(U); local
[all...]
H A DSimplifyCFG.cpp521 ICmpInst *ICI; local
769 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
1045 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
4078 tryToSimplifyUncondBranchWithICmpInIt( ICmpInst *ICI, IRBuilder<> &Builder) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7590 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, argument
7708 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { argument
[all...]

Completed in 399 milliseconds