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

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp44 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { argument
H A DSimplifyCFG.cpp504 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
745 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); local
2626 TryToSimplifyUncondBranchWithICmpInIt( ICmpInst *ICI, IRBuilder<> &Builder, const TargetTransformInfo &TTI, const DataLayout *TD) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp418 visitSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI) argument
[all...]
H A DInstCombineMulDivRem.cpp779 Value *ICI = IC.Builder->CreateICmpULT(Op0, cast<ConstantInt>(Op1)); local
H A DInstCombineCasts.cpp510 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, argument
901 transformSExtICmp(ICmpInst *ICI, Instruction &CI) argument
[all...]
H A DInstCombineCompares.cpp745 Instruction *InstCombiner::FoldICmpAddOpCst(Instruction &ICI, argument
227 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, CmpInst &ICI, ConstantInt *AndCst) argument
809 FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, ConstantInt *DivRHS) argument
966 FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, ConstantInt *ShAmt) argument
1055 visitICmpInstWithInstAndIntCst(ICmpInst &ICI, Instruction *LHSI, ConstantInt *RHS) argument
1786 visitICmpInstWithCastAndCast(ICmpInst &ICI) argument
[all...]
H A DInstructionCombining.cpp1426 ICmpInst *ICI = cast<ICmpInst>(I); local
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp802 ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition()); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp905 ICmpInst *ICI = cast<ICmpInst>(LoadUse.getUser()); local

Completed in 150 milliseconds