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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 702 EVT ShTy = getShiftAmountTy(InnerVT, DL);
703 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
704 ShTy = InnerVT;
707 TLO.DAG.getConstant(ShAmt, dl, ShTy));
    [all...]
SelectionDAG.cpp     [all...]

Completed in 65 milliseconds