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