Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp790 SDValue ExtPassThru = GetPromotedInteger(N->getPassThru()); in PromoteIntRes_MLOAD() local
798 N->getOffset(), N->getMask(), ExtPassThru, in PromoteIntRes_MLOAD()
810 SDValue ExtPassThru = GetPromotedInteger(N->getPassThru()); in PromoteIntRes_MGATHER() local
811 assert(NVT == ExtPassThru.getValueType() && in PromoteIntRes_MGATHER()
819 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER()