Lines Matching refs:PoisonValue
479 Value *Ret = PoisonValue::get(To); in fatPtrsToInts()
513 Value *Ret = PoisonValue::get(To); in intsToFatPtrs()
752 Value *VectorRes = PoisonValue::get(TargetType); in arrayToVector()
766 Value *ArrayRes = PoisonValue::get(OrigType); in vectorToArray()
1012 LoadsRes = PoisonValue::get(LegalType); in visitLoadImpl()
1064 Value *Result = PoisonValue::get(OrigType); in visitLoadInst()
1225 if (isa<PoisonValue>(C)) { in materializeBufferFatPtrConst()
1227 {PoisonValue::get(NewTy->getElementType(0)), in materializeBufferFatPtrConst()
1228 PoisonValue::get(NewTy->getElementType(1))}); in materializeBufferFatPtrConst()
1617 Dbg->replaceVariableLocationOp(I, PoisonValue::get(I->getType())); in killAndReplaceSplitInstructions()
1621 Value *Poison = PoisonValue::get(I->getType()); in killAndReplaceSplitInstructions()
1635 Value *Struct = PoisonValue::get(I->getType()); in killAndReplaceSplitInstructions()
1859 Value *Res = PoisonValue::get(AI.getType()); in visitAtomicCmpXchgInst()
2013 if (isa<PoisonValue>(In)) { in visitAddrSpaceCastInst()
2014 Value *PoisonRsrc = PoisonValue::get(RsrcTy); in visitAddrSpaceCastInst()
2015 Value *PoisonOff = PoisonValue::get(OffTy); in visitAddrSpaceCastInst()