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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp2670 Type *Op0Ty = IC.getOperand(0)->getType(); local
2672 Assert(Op0Ty == Op1Ty,
2675 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->getScalarType()->isPointerTy(),
2687 Type *Op0Ty = FC.getOperand(0)->getType(); local
2689 Assert(Op0Ty == Op1Ty,
2692 Assert(Op0Ty->isFPOrFPVectorTy(),
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1507 EVT Op0Ty = N0.getOperand(0).getValueType(); local
1508 if (Op0Ty == ExtSrcTy) {
1512 ZextOp = DAG.getNode(ISD::AND, dl, Op0Ty, N0.getOperand(0),
1513 DAG.getConstant(Imm, dl, Op0Ty));

Completed in 51 milliseconds