Searched refs:Op0Ty (Results 1 – 2 of 2) sorted by relevance
1667 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local1669 Assert1(Op0Ty == Op1Ty, in visitICmpInst()1672 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()1684 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local1686 Assert1(Op0Ty == Op1Ty, in visitFCmpInst()1689 Assert1(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
1356 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local1357 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()1361 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()1362 DAG.getConstant(Imm, Op0Ty)); in SimplifySetCC()