Searched refs:PoisonVal (Results 1 – 4 of 4) sorted by relevance
469 Value *PoisonVal = PoisonValue::get(VecTupTy); in lowerInterleavedVPLoad() local476 PoisonVal, in lowerInterleavedVPLoad()
1025 Value *PoisonVal = PoisonValue::get(SomePHI->getType()); in run() local1027 SomePHI->addIncoming(PoisonVal, Pred); in run()
444 const int PoisonVal = -1; in runOnMachineFunction() local447 .addImm(PoisonVal); in runOnMachineFunction()
8110 PoisonValue *PoisonVal = PoisonValue::get(Val->getType()); in getConstantVector() local8115 ConstVec.push_back(PoisonVal); in getConstantVector()