Searched defs:ExtValue (Results 1 – 2 of 2) 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() function368 bool operator==(const ExtValue &EV) const { in operator ==()371 bool operator!=(const ExtValue &EV) const { in operator !=()754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
987 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local