Home | History | Annotate | Download | only in IR

Lines Matching refs:OperandList

1987     OperandList = allocHungoffUses(ReservedSpace);
1995 OperandList = allocHungoffUses(ReservedSpace);
2231 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; }
2235 return !isa<ArrayType>(OperandList[Idx + 1]->getType());
2240 return isa<ArrayType>(OperandList[Idx + 1]->getType());