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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 349 uint32_t TypeBits = Op0->getType()->getScalarSizeInBits();
351 assert(!COp1->uge(TypeBits) &&
434 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
436 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
470 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
472 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val);
525 isValid = Op0C->getValue()[TypeBits-1] == highBitSet;
561 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 351 milliseconds