Searched refs:Op0Ty (Results 1 – 2 of 2) sorted by relevance
1273 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local1275 Assert1(Op0Ty == Op1Ty, in visitICmpInst()1278 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()1290 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local1292 Assert1(Op0Ty == Op1Ty, in visitFCmpInst()1295 Assert1(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
2131 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local2132 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()2136 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()2137 DAG.getConstant(Imm, Op0Ty)); in SimplifySetCC()