HomeSort by relevance Sort by last modified time
    Searched defs:EltWidth (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 825 unsigned EltWidth = VT.getVectorElementType().getSizeInBits();
827 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 874 unsigned EltWidth = VT.getScalarSizeInBits();
876 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp     [all...]

Completed in 194 milliseconds