Lines Matching refs:PoisonValue
1335 return PoisonValue::get(V->getType()); in lookupOperandLeader()
1530 return createConstantExpression(PoisonValue::get(LI->getType())); in performSymbolicLoadEvaluation()
1540 return createConstantExpression(PoisonValue::get(LI->getType())); in performSymbolicLoadEvaluation()
1731 if (isa<PoisonValue>(Arg)) { in performSymbolicPHIEvaluation()
1755 return createConstantExpression(PoisonValue::get(I->getType())); in performSymbolicPHIEvaluation()
2811 FoundVal = PoisonValue::get(I->getType()); in makePossiblePHIOfOps()
3489 ToErase->replaceAllUsesWith(PoisonValue::get(ToErase->getType())); in runGVN()
3707 Inst.replaceAllUsesWith(PoisonValue::get(Inst.getType())); in deleteInstructionsInBlock()
3717 new StoreInst(PoisonValue::get(Int8Ty), in deleteInstructionsInBlock()
3858 Operand.set(PoisonValue::get(PHI->getType())); in eliminateInstructions()
4163 if (isa<PoisonValue>(V)) in getRank()