Home
last modified time | relevance | path

Searched refs:isUndefValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp418 if (TV && Q.isUndefValue(TV)) in ThreadBinOpOverSelect()
420 if (FV && Q.isUndefValue(FV)) in ThreadBinOpOverSelect()
615 if (Q.isUndefValue(Op1)) in SimplifyAddInst()
735 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in SimplifySubInst()
870 if (Q.isUndefValue(Op1) || match(Op1, m_Zero())) in SimplifyMulInst()
929 if (Q.isUndefValue(Op1)) in simplifyDivRem()
946 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt))) in simplifyDivRem()
953 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1207 if (Q.isUndefValue(C)) in isUndefShift()
1293 if (Q.isUndefValue(Op0)) in SimplifyRightShift()
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h133 bool isUndefValue(Value *V) const { in isUndefValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp214 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
740 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
813 assert(isUndefValue() && "Should be UndefVal"); in MaterializeAdjustedValue()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp173 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
1151 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
1207 assert(isUndefValue() && "Should be UndefVal"); in MaterializeAdjustedValue()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp229 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
840 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
913 assert(isUndefValue() && "Should be UndefVal"); in MaterializeAdjustedValue()