Searched refs:Op0Ty (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1243 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local 1245 Assert1(Op0Ty == Op1Ty, in visitICmpInst() 1248 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPointerTy(), in visitICmpInst() 1260 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local 1262 Assert1(Op0Ty == Op1Ty, in visitFCmpInst() 1265 Assert1(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2827 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local 2829 Assert(Op0Ty == Op1Ty, in visitICmpInst() 2832 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(), in visitICmpInst() 2844 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local 2846 Assert(Op0Ty == Op1Ty, in visitFCmpInst() 2849 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2134 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local 2135 if (Op0Ty == ExtSrcTy) { in SimplifySetCC() 2139 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC() 2140 DAG.getConstant(Imm, Op0Ty)); in SimplifySetCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1634 EVT Op0Ty = N0.getOperand(0).getValueType(); in SimplifySetCC() local 1635 if (Op0Ty == ExtSrcTy) { in SimplifySetCC() 1639 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0), in SimplifySetCC() 1640 DAG.getConstant(Imm, dl, Op0Ty)); in SimplifySetCC()
|