Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CurTy

1340       Type *CurTy = Op1->getOperand(0)->getType()->getScalarType();
1354 if (J > 1 && CurTy->isStructTy())
1371 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
1372 CurTy = CT->getTypeAtIndex(Op1->getOperand(J));
1374 CurTy = nullptr;