Home
last modified time | relevance | path

Searched defs:ICI (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp44 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { in getICmpCode()
DSimplifyCFG.cpp355 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in GatherConstantCompares() local
481 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) in isValueEqualityComparison() local
511 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetValueEqualityComparisonCases() local
751 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetBranchWeights() local
2651 ICmpInst *ICI, IRBuilder<> &Builder, const TargetTransformInfo &TTI, in TryToSimplifyUncondBranchWithICmpInIt()
4008 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) in SimplifyUncondBranch() local
/external/libcxx/test/containers/sequences/deque/deque.special/
Dcopy.pass.cpp53 typedef input_iterator<CI> ICI; in testN() typedef
/external/libcxx/test/containers/sequences/deque/deque.cons/
Dassign_iter_iter.pass.cpp69 typedef input_iterator<CI> ICI; in testI() typedef
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp31 ICmpInst *ICI = dyn_cast<ICmpInst>(SI->getCondition()); in MatchSelectPattern() local
470 ICmpInst *ICI) { in visitSelectInstWithICmp()
953 if (ICmpInst *ICI = dyn_cast<ICmpInst>(CondVal)) in visitSelectInst() local
DInstCombineCompares.cpp221 CmpInst &ICI, ConstantInt *AndCst) { in FoldCmpLoadFromIndexedGlobal()
740 Instruction *InstCombiner::FoldICmpAddOpCst(Instruction &ICI, in FoldICmpAddOpCst()
804 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, in FoldICmpDivCst()
961 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
1050 Instruction *InstCombiner::visitICmpInstWithInstAndIntCst(ICmpInst &ICI, in visitICmpInstWithInstAndIntCst()
1790 Instruction *InstCombiner::visitICmpInstWithCastAndCast(ICmpInst &ICI) { in visitICmpInstWithCastAndCast()
DInstCombineCasts.cpp513 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, in transformZExtICmp()
846 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Src)) in visitZExt() local
894 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { in transformSExtICmp()
1097 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Src)) in visitSExt() local
DInstCombineMulDivRem.cpp838 Value *ICI = IC.Builder->CreateICmpULT(Op0, cast<ConstantInt>(Op1)); in foldUDivNegCst() local
DInstructionCombining.cpp1748 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp81 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp134 typedef input_iterator<CI> ICI; in testI() typedef
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp89 ICmpInst &ICI; member
413 bool Scalarizer::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
DLoopStrengthReduce.cpp3173 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp282 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp803 ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition()); in getEdgeValueLocal() local
DScalarEvolution.cpp3975 if (ICmpInst *ICI = dyn_cast<ICmpInst>(U->getOperand(0))) { in createSCEV() local
6402 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp896 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); in OptimizeGlobalAddressOfMalloc() local
1058 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UI)) { in LoadUsesSimpleEnoughForHeapSRA() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8803 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors() local