Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PI

207   FunctionType::param_iterator PI, PE;
221 for (PI = FunTy->param_begin(), PE = FunTy->param_end(); PI != PE;
222 PI++, i++) {
230 for (PI = FunTy->param_begin(), PE = FunTy->param_end(); PI != PE;
231 ++PI, ++i) {
232 assert((isa<IntegerType>(*PI) || isa<FunctionType>(*PI) ||
233 isa<CompositeType>(*PI)) &&
235 if (isa<CompositeType>(*PI)) {
237 } else if (isa<FunctionType>(*PI)) {
239 } else if (isa<IntegerType>(*PI)) {