Searched refs:isUndefValue (Results 1 – 4 of 4) sorted by relevance
384 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 …]
121 LLVM_ABI bool isUndefValue(Value *V) const;
736 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()
263 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function1113 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()1126 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()