Lines Matching refs:getUnderlyingValue
55 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayWriteToMemory()
71 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayWriteToMemory()
89 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayReadFromMemory()
105 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayReadFromMemory()
134 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayHaveSideEffects()
148 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayHaveSideEffects()
414 auto *OrigPhi = cast<PHINode>(PhiR->getUnderlyingValue()); in generateInstruction()
699 State.addMetadata(Sel, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
795 State.addMetadata(V, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
820 if (auto *I = dyn_cast_or_null<Instruction>(getUnderlyingValue())) in execute()
827 State.addMetadata(C, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
877 State.addMetadata(Cast, cast_or_null<Instruction>(getUnderlyingValue())); in execute()
1531 Type *PredInstType = getOperand(0)->getUnderlyingValue()->getType(); in execute()
1805 auto *OriginalPhi = cast<PHINode>(getUnderlyingValue()); in print()