Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp426 if (TV && Q.isUndefValue(TV)) in threadBinOpOverSelect()
428 if (FV && Q.isUndefValue(FV)) in threadBinOpOverSelect()
645 if (Q.isUndefValue(Op1)) in simplifyAddInst()
799 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()
941 if (Q.isUndefValue(Op1) || match(Op1, m_Zero())) in simplifyMulInst()
1088 if (Q.isUndefValue(Op1) || isa<PoisonValue>(Op1)) in simplifyDivRem()
1105 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt))) in simplifyDivRem()
1117 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1322 if (Q.isUndefValue(C)) in isPoisonShift()
1430 if (Q.isUndefValue(Op0)) in simplifyRightShift()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h120 bool isUndefValue(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp536 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic()
619 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic()
623 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp257 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
1035 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
1048 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()