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.cpp384 if (TV && Q.isUndefValue(TV)) in threadBinOpOverSelect()
386 if (FV && Q.isUndefValue(FV)) in threadBinOpOverSelect()
602 if (Q.isUndefValue(Op1)) in simplifyAddInst()
756 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()
906 if (Q.isUndefValue(Op1) || match(Op1, m_Zero())) in simplifyMulInst()
1052 if (Q.isUndefValue(Op1) || isa<PoisonValue>(Op1)) in simplifyDivRem()
1068 if (Q.isUndefValue(Op0)) in simplifyDivRem()
1273 if (Q.isUndefValue(C)) in isPoisonShift()
1381 if (Q.isUndefValue(Op0)) in simplifyRightShift()
1406 if (Q.isUndefValue(Op0)) in simplifyShlInst()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h121 LLVM_ABI bool isUndefValue(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp736 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic()
822 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic()
826 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic()
894 if(IC.getSimplifyQuery().isUndefValue(Arg)) in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp263 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function
1113 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()
1126 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()