Searched refs:Op0Ty (Results 1 – 2 of 2) sorted by relevance
2396 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local2398 Assert(Op0Ty == Op1Ty, in visitICmpInst()2401 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()2413 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local2415 Assert(Op0Ty == Op1Ty, in visitFCmpInst()2418 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
1473 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local1474 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()1478 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC()1479 DAG.getConstant(Imm, Op0Ty)); in SimplifySetCC()