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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 84 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy);
97 Result <<= BitShift;
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 68 unsigned BitShift = DL.getTypeSizeInBits(SrcEltTy);
77 Result <<= BitShift;
85 Result <<= BitShift;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 326 milliseconds