Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4654 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local
4655 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
4661 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR()
4676 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local
4677 if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_EXTRACT_SUBVECTOR()
4678 InOp0 = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTRACT_SUBVECTOR()
4680 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
H A DLegalizeVectorTypes.cpp4994 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); in WidenVecOp_SETCC() local
5005 EVT SVT = getSetCCResultType(InOp0.getValueType()); in WidenVecOp_SETCC()
5012 SVT, InOp0, InOp1, N->getOperand(2)); in WidenVecOp_SETCC()