Lines Matching refs:Op0Ty
2827 Type *Op0Ty = IC.getOperand(0)->getType();2829 Assert(Op0Ty == Op1Ty,2832 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(),2844 Type *Op0Ty = FC.getOperand(0)->getType();2846 Assert(Op0Ty == Op1Ty,2849 Assert(Op0Ty->isFPOrFPVectorTy(),