Home
last modified time | relevance | path

Searched refs:Op0Ty (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp2396 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
2398 Assert(Op0Ty == Op1Ty, in visitICmpInst()
2401 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()
2413 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
2415 Assert(Op0Ty == Op1Ty, in visitFCmpInst()
2418 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1473 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local
1474 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()