Home | History | Annotate | Download | only in IR

Lines Matching refs:Op0Ty

1634   Type *Op0Ty = IC.getOperand(0)->getType();
1636 Assert1(Op0Ty == Op1Ty,
1639 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(),
1651 Type *Op0Ty = FC.getOperand(0)->getType();
1653 Assert1(Op0Ty == Op1Ty,
1656 Assert1(Op0Ty->isFPOrFPVectorTy(),