HomeSort by relevance Sort by last modified time
    Searched refs:SrcWidth (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 677 unsigned SrcWidth = SrcVT.getSizeInBits();
684 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
728 } else if (SrcWidth & (SrcWidth - 1)) {
731 unsigned RoundWidth = 1 << Log2_32(SrcWidth);
732 assert(RoundWidth < SrcWidth);
733 unsigned ExtraWidth = SrcWidth - RoundWidth;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 1153 milliseconds