Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp640 if (Q.isUndefValue(Op1)) in simplifyAddInst()
758 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()
987 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1252 if (Q.isUndefValue(C)) in isPoisonShift()
3925 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in simplifyFCmpInst()
5856 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5863 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()
5878 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5892 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
5909 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h133 bool isUndefValue(Value *V) const { in isUndefValue() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp239 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
919 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
932 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()