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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 124 APInt::getOneBitSet(BitWidth, D->getZExtValue()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineMulDivRem.cpp 838 APInt C1Shifted = APInt::getOneBitSet(
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 480 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) {
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 444 return ConstantRange(LowerExt, APInt::getOneBitSet(DstTySize, SrcTySize));
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 469 APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 377 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(),
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 41 APInt payload = APInt::getOneBitSet(4, 2);
    [all...]

Completed in 309 milliseconds