Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp644 if (Q.isUndefValue(Op1)) in simplifyAddInst()
798 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()
1116 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1305 if (Q.isUndefValue(C)) in isPoisonShift()
4091 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in simplifyFCmpInst()
6518 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
6525 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()
6540 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
6554 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
6571 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h109 bool isUndefValue(Value *V) const { in isUndefValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp540 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic()
623 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic()
627 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp256 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
971 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
984 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()