/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 21 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { in getICmpCode()
|
H A D | GlobalsModRef.cpp | 387 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
|
H A D | LazyValueInfo.cpp | 1076 static ValueLatticeElement getValueFromICmpCondition(Value *Val, ICmpInst *ICI, in getValueFromICmpCondition() 1161 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Cond)) in getValueFromConditionImpl() local
|
H A D | ScalarEvolution.cpp | 5443 auto *ICI = dyn_cast<ICmpInst>(Cond); in createNodeForSelectOrPHI() local 10275 const ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 374 LoopPredication::parseLoopICmp(ICmpInst *ICI) { in parseLoopICmp() 675 Optional<Value *> LoopPredication::widenICmpRangeCheck(ICmpInst *ICI, in widenICmpRangeCheck() 772 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Condition)) { in collectChecks() local 865 auto *ICI = dyn_cast<ICmpInst>(BI->getCondition()); in parseLoopLatchICmp() local
|
H A D | Scalarizer.cpp | 132 ICmpInst &ICI; member 614 bool ScalarizerVisitor::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
|
H A D | InductiveRangeCheckElimination.cpp | 371 ICmpInst *ICI = dyn_cast<ICmpInst>(Condition); in extractRangeChecksFromCond() local 788 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); in parseLoopStructure() local
|
H A D | LoopStrengthReduce.cpp | 3468 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 89 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 721 static Value *canonicalizeSaturatedSubtract(const ICmpInst *ICI, in canonicalizeSaturatedSubtract() 854 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz() 893 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 1439 ICmpInst *ICI) { in foldSelectInstWithICmp() 2895 if (ICmpInst *ICI = dyn_cast<ICmpInst>(CondVal)) in visitSelectInst() local
|
H A D | InstCombineCasts.cpp | 1319 Instruction *InstCombinerImpl::transformSExtICmp(ICmpInst *ICI, in transformSExtICmp() 1509 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Src)) in visitSExt() local
|
H A D | InstCombineCompares.cpp | 109 GlobalVariable *GV, CmpInst &ICI, in foldCmpLoadFromIndexedGlobal() 987 Instruction *InstCombinerImpl::foldAllocaCmp(ICmpInst &ICI, in foldAllocaCmp()
|
H A D | InstructionCombining.cpp | 2545 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 565 ICmpInst *ICI = dyn_cast<ICmpInst>(U); in eliminateTrunc() local 580 auto CanUseZExt = [&](ICmpInst *ICI) { in eliminateTrunc() 599 for (auto *ICI : ICmpUsers) { in eliminateTrunc() local
|
H A D | SimplifyCFG.cpp | 521 ICmpInst *ICI; in matchInstruction() local 740 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) { in isValueEqualityComparison() local 769 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetValueEqualityComparisonCases() local 1045 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetBranchWeights() local 4079 ICmpInst *ICI, IRBuilder<> &Builder) { in tryToSimplifyUncondBranchWithICmpInIt() 6456 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) in simplifyUncondBranch() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7252 Sema::InheritedConstructorInfo ICI( in computeImplicitExceptionSpec() local 8693 Sema::InheritedConstructorInfo *ICI; member 9142 InheritedConstructorInfo *ICI, in ShouldDeleteSpecialMember() 12900 Sema::InheritedConstructorInfo *ICI) { in ComputeDefaultedSpecialMemberExceptionSpec() 13158 InheritedConstructorInfo ICI(*this, Loc, Shadow); in findInheritingConstructor() local 13213 InheritedConstructorInfo ICI(*this, Ctor->getLocation(), in NoteDeletedInheritingConstructor() local 13251 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 953 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); in OptimizeGlobalAddressOfMalloc() local
|
H A D | AttributorAttributes.cpp | 7893 if (auto *ICI = dyn_cast<ICmpInst>(I)) in updateImpl() local
|