Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/IR/
DVerifier.cpp1667 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local
1669 Assert1(Op0Ty == Op1Ty, in visitICmpInst()
1672 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst()
1684 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local
1686 Assert1(Op0Ty == Op1Ty, in visitFCmpInst()
1689 Assert1(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1356 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local
1357 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()