Home
last modified time | relevance | path

Searched defs:CxtI (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp54 const Instruction *CxtI; member
585 const Instruction *CxtI) { in SimplifyAddInst()
780 const Instruction *CxtI) { in SimplifySubInst()
949 const Instruction *CxtI) { in SimplifyFAddInst()
958 const Instruction *CxtI) { in SimplifyFSubInst()
967 const Instruction *CxtI) { in SimplifyFMulInst()
975 const Instruction *CxtI) { in SimplifyMulInst()
1076 const Instruction *CxtI) { in SimplifySDivInst()
1094 const Instruction *CxtI) { in SimplifyUDivInst()
1137 const Instruction *CxtI) { in SimplifyFDivInst()
[all …]
DValueTracking.cpp71 const Instruction *CxtI; member
108 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI()
127 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
134 AssumptionCache *AC, const Instruction *CxtI, in haveNoCommonBitsSet()
153 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit()
164 const Instruction *CxtI, in isKnownToBeAPowerOfTwo()
173 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
179 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonNegative()
187 AssumptionCache *AC, const Instruction *CxtI, in isKnownPositive()
199 AssumptionCache *AC, const Instruction *CxtI, in isKnownNegative()
[all …]
DLazyValueInfo.cpp1272 Instruction *CxtI) { in getEdgeValue()
1317 Instruction *CxtI) { in getValueInBlock()
1333 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) { in getValueAt()
1351 Instruction *CxtI) { in getValueOnEdge()
1483 Instruction *CxtI) { in getConstant()
1499 Instruction *CxtI) { in getConstantRange()
1517 Instruction *CxtI) { in getConstantOnEdge()
1605 Instruction *CxtI) { in getPredicateOnEdge()
1615 Instruction *CxtI) { in getPredicateAt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h478 unsigned Depth, Instruction *CxtI) const { in computeKnownBits()
497 const Instruction *CxtI) { in computeOverflowForUnsignedMul()
501 const Instruction *CxtI) { in computeOverflowForUnsignedAdd()
DInstCombineShifts.cpp63 Instruction *CxtI) { in canEvaluateShiftedShift()
116 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted()
DInstCombineAddSub.cpp874 Instruction &CxtI) { in WillNotOverflowSignedAdd()
926 Instruction &CxtI) { in WillNotOverflowSignedSub()
955 Instruction &CxtI) { in WillNotOverflowUnsignedSub()
DInstCombineSimplifyDemanded.cpp106 Instruction *CxtI) { in SimplifyDemandedUseBits()
DInstCombineMulDivRem.cpp29 Instruction &CxtI) { in simplifyValueKnownNonZero()
136 Instruction &CxtI) { in WillNotOverflowSignedMul()
DInstCombineCasts.cpp332 Instruction *CxtI) { in canEvaluateTruncated()
725 InstCombiner &IC, Instruction *CxtI) { in canEvaluateZExtd()
DInstCombineAndOrXor.cpp1680 Instruction *CxtI) { in FoldOrOfICmps()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp377 ConstantPreference Preference, Instruction *CxtI) { in ComputeValueKnownInPredecessors()
1174 Instruction *CxtI) { in ProcessThreadableEdges()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1010 const Instruction *CxtI, in getOrEnforceKnownAlignment()