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

/external/llvm/lib/IR/
H A DVerifier.cpp1795 Type *Op0Ty = IC.getOperand(0)->getType(); local
1797 Assert1(Op0Ty == Op1Ty,
1800 Assert1(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(),
1812 Type *Op0Ty = FC.getOperand(0)->getType(); local
1814 Assert1(Op0Ty == Op1Ty,
1817 Assert1(Op0Ty->isFPOrFPVectorTy(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1446 EVT Op0Ty = N0.getOperand(0).getValueType(); local
1447 if (Op0Ty == ExtSrcTy) {
1451 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0),
1452 DAG.getConstant(Imm, Op0Ty));

Completed in 168 milliseconds