Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp779 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits(); in ExpandSEXTINREG() local
780 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, DL, VT); in ExpandSEXTINREG()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp828 unsigned OrigBW = OrigTy.getScalarSizeInBits(); in ExpandSEXTINREG() local
829 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, DL, VT); in ExpandSEXTINREG()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp841 unsigned OrigBW = OrigTy.getSizeInBits(); in LowerSETCC() local
845 return ThisBW >= OrigBW; in LowerSETCC()