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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 331 uint32_t TypeBits = Op0->getType()->getScalarSizeInBits();
336 if (Op1->uge(TypeBits)) {
340 I.setOperand(1, ConstantInt::get(I.getType(), TypeBits-1));
424 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
426 APInt::getHighBitsSet(TypeBits, TypeBits-Op1Val)));
456 uint32_t Op1Val = Op1->getLimitedValue(TypeBits);
458 APInt::getHighBitsSet(TypeBits, TypeBits-Op1Val)));
507 isValid = Op0C->getValue()[TypeBits-1] == highBitSet
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 205 milliseconds