Searched defs:ExtValue (Results 1 – 3 of 3) sorted by relevance
361 struct ExtValue : public ExtRoot { struct362 int32_t Offset;365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() argument368 bool operator==(const ExtValue &EV) const { in operator ==()371 bool operator!=(const ExtValue &EV) const { in operator !=()753 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
11057 if (const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V)) { in requiresUniformRegister() local
8389 SDValue ExtValue = Op->getOperand(0); in isSplatZeroExtended() local