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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h109 bool isUndefValue(Value *V) const { function in struct:llvm::SimplifyQuery
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp425 if (TV && Q.isUndefValue(TV))
427 if (FV && Q.isUndefValue(FV))
644 if (Q.isUndefValue(Op1))
798 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
940 if (Q.isUndefValue(Op1) || match(Op1, m_Zero()))
1087 if (Q.isUndefValue(Op1) || isa<PoisonValue>(Op1))
1104 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt)))
1116 if (Q.isUndefValue(Op0))
1305 if (Q.isUndefValue(
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp540 if (IC.getSimplifyQuery().isUndefValue(Src))
623 if (IC.getSimplifyQuery().isUndefValue(Src1))
627 if (IC.getSimplifyQuery().isUndefValue(Src0)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp256 bool isUndefValue() const { return Kind == ValType::UndefVal; } function in struct:llvm::gvn::AvailableValue
971 assert(!ValuesPerBlock[0].AV.isUndefValue() &&
984 if (AV.AV.isUndefValue())

Completed in 86 milliseconds