Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp427 if (TV && Q.isUndefValue(TV)) in threadBinOpOverSelect()
429 if (FV && Q.isUndefValue(FV)) in threadBinOpOverSelect()
641 if (Q.isUndefValue(Op1)) in simplifyAddInst()
795 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()
936 if (Q.isUndefValue(Op1) || match(Op1, m_Zero())) in simplifyMulInst()
1007 if (Q.isUndefValue(Op1) || isa<PoisonValue>(Op1)) in simplifyDivRem()
1024 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt))) in simplifyDivRem()
1036 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1317 if (Q.isUndefValue(C)) in isPoisonShift()
1425 if (Q.isUndefValue(Op0)) in simplifyRightShift()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h133 bool isUndefValue(Value *V) const { in isUndefValue() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp249 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
945 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
958 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()