Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp421 if (TV && Q.isUndefValue(TV)) in ThreadBinOpOverSelect()
423 if (FV && Q.isUndefValue(FV)) in ThreadBinOpOverSelect()
618 if (Q.isUndefValue(Op1)) in SimplifyAddInst()
738 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in SimplifySubInst()
873 if (Q.isUndefValue(Op1) || match(Op1, m_Zero())) in SimplifyMulInst()
932 if (Q.isUndefValue(Op1)) in simplifyDivRem()
949 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt))) in simplifyDivRem()
956 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1210 if (Q.isUndefValue(C)) in isPoisonShift()
1312 if (Q.isUndefValue(Op0)) in SimplifyRightShift()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h134 bool isUndefValue(Value *V) const { in isUndefValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp230 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
845 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
858 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()