Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp624 if (Q.isUndefValue(Op1)) in SimplifyAddInst()
749 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in SimplifySubInst()
950 if (Q.isUndefValue(Op1)) in simplifyDivRem()
1234 if (Q.isUndefValue(C)) in isPoisonShift()
3730 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in SimplifyFCmpInst()
5627 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5634 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()
5649 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5663 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5680 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h134 bool isUndefValue(Value *V) const { in isUndefValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp229 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function
844 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
857 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()