Lines Matching refs:getUnderlyingValue
55 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayWriteToMemory()
78 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayWriteToMemory()
95 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayReadFromMemory()
118 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayReadFromMemory()
168 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayHaveSideEffects()
277 return dyn_cast_or_null<Instruction>(S->getUnderlyingValue()); in getInstructionForCost()
552 auto *OrigPhi = cast<PHINode>(PhiR->getUnderlyingValue()); in generatePerPart()
992 State.addMetadata(Sel, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
1088 State.addMetadata(V, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
1113 if (auto *I = dyn_cast_or_null<Instruction>(getUnderlyingValue())) in execute()
1120 State.addMetadata(C, dyn_cast_or_null<Instruction>(getUnderlyingValue())); in execute()
1170 State.addMetadata(Cast, cast_or_null<Instruction>(getUnderlyingValue())); in execute()
1987 Type *PredInstType = getOperand(0)->getUnderlyingValue()->getType(); in execute()
2643 auto *OriginalPhi = cast<PHINode>(getUnderlyingValue()); in print()