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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 342 uint32_t TypeBits = Op0->getType()->getScalarSizeInBits();
344 assert(!COp1->uge(TypeBits) &&
427 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
429 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
463 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
465 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
518 isValid = Op0C->getValue()[TypeBits-1] == highBitSet;
554 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/chromium_org/v8/src/
code-stubs.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 207 milliseconds