Searched defs:CxtI (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 52 const Instruction *CxtI; member 589 const Instruction *CxtI) { in SimplifyAddInst() 782 const Instruction *CxtI) { in SimplifySubInst() 962 const Instruction *CxtI) { in SimplifyFAddInst() 971 const Instruction *CxtI) { in SimplifyFSubInst() 980 const Instruction *CxtI) { in SimplifyFMulInst() 988 const Instruction *CxtI) { in SimplifyMulInst() 1092 const Instruction *CxtI) { in SimplifySDivInst() 1110 const Instruction *CxtI) { in SimplifyUDivInst() 1138 const Instruction *CxtI) { in SimplifyFDivInst() [all …]
|
D | LazyValueInfo.cpp | 937 Instruction *CxtI) { in getEdgeValue() 997 Instruction *CxtI) { in getValueInBlock() 1012 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) { in getValueAt() 1025 Instruction *CxtI) { in getValueOnEdge() 1145 Instruction *CxtI) { in getConstant() 1164 Instruction *CxtI) { in getConstantOnEdge() 1252 Instruction *CxtI) { in getPredicateOnEdge() 1262 Instruction *CxtI) { in getPredicateAt()
|
D | ValueTracking.cpp | 97 const Instruction *CxtI; member 113 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI() 133 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits() 145 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit() 156 const Instruction *CxtI, in isKnownToBeAPowerOfTwo() 166 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero() 176 const Instruction *CxtI, const DominatorTree *DT) { in MaskedValueIsZero() 186 const Instruction *CxtI, in ComputeNumSignBits() 467 const Instruction *CxtI, in isValidAssumeForContext() 2951 const Instruction *CxtI, in computeOverflowForUnsignedMul() [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 472 unsigned Depth, Instruction *CxtI) const { in computeKnownBits() 491 const Instruction *CxtI) { in computeOverflowForUnsignedMul() 495 const Instruction *CxtI) { in computeOverflowForUnsignedAdd()
|
D | InstCombineAddSub.cpp | 894 Instruction &CxtI) { in WillNotOverflowSignedAdd() 946 Instruction &CxtI) { in WillNotOverflowSignedSub() 975 Instruction &CxtI) { in WillNotOverflowUnsignedSub()
|
D | InstCombineShifts.cpp | 71 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted()
|
D | InstCombineSimplifyDemanded.cpp | 119 Instruction *CxtI) { in SimplifyDemandedUseBits()
|
D | InstCombineMulDivRem.cpp | 29 Instruction &CxtI) { in simplifyValueKnownNonZero() 129 Instruction &CxtI) { in WillNotOverflowSignedMul()
|
D | InstCombineCasts.cpp | 333 Instruction *CxtI) { in CanEvaluateTruncated() 650 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateZExtd()
|
D | InstCombineAndOrXor.cpp | 1692 Instruction *CxtI) { in FoldOrOfICmps()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 346 Instruction *CxtI) { in ComputeValueKnownInPredecessors() 1121 Instruction *CxtI) { in ProcessThreadableEdges()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 949 const Instruction *CxtI, in getOrEnforceKnownAlignment()
|