Home | History | Annotate | Download | only in llvm

Lines Matching refs:OperandList

1980     OperandList = allocHungoffUses(ReservedSpace);
1988 OperandList = allocHungoffUses(ReservedSpace);
2225 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; }
2229 return !isa<ArrayType>(OperandList[Idx + 1]->getType());
2234 return isa<ArrayType>(OperandList[Idx + 1]->getType());