Searched refs:getUnderlyingValue (Results 1 – 9 of 9) sorted by relevance
33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes()
64 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function
205 Value *IRCBV = CBV->getUnderlyingValue(); in execute()776 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
674 return cast_or_null<Instruction>(getUnderlyingValue()); in getUnderlyingInstr()
76 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function77 const Value *getUnderlyingValue() const { return UnderlyingVal; } in getUnderlyingValue() function
350 Value *IRCBV = CBV->getUnderlyingValue(); in execute()1053 if (const Value *UV = getUnderlyingValue()) { in printAsOperand()1092 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()1125 const Value *UV = V->getUnderlyingValue(); in assignSlot()
713 return cast_or_null<Instruction>(VPV->getUnderlyingValue()); in getUnderlyingInstr()718 return cast_or_null<Instruction>(VPV->getUnderlyingValue()); in getUnderlyingInstr()
8743 VectorType::get(getUnderlyingValue()->getType(), State.VF)); in execute()8807 cast<Instruction>(getOperand(0)->getUnderlyingValue()); in execute()