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

  /art/compiler/utils/x86_64/
constants_x86_64.h 37 uint8_t LowBits() const {
55 uint8_t LowBits() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 133 unsigned LowBits = TypeWidth - CI->getZExtValue();
135 APInt::getLowBitsSet(TypeWidth, NumBits) << LowBits,
158 unsigned LowBits = CI->getZExtValue() - NumBits;
160 APInt::getLowBitsSet(TypeWidth, NumBits) << LowBits,
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 587 milliseconds