Searched refs:getOneBitSet (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp126 APInt::getOneBitSet(BitWidth, D->getZExtValue()));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1045 ConstantInt::get(Shr->getType(), APInt::getOneBitSet(TypeBits, ShAmtVal));
1503 APInt::getOneBitSet(AndCst->getBitWidth(), NTZ).ugt(RHSV))
1720 APInt::getOneBitSet(TypeBits,
2437 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth);
2460 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth);
3762 APInt CmpVal = APInt::getOneBitSet(TypeBits, ShAmt);
H A DInstCombineMulDivRem.cpp848 APInt C1Shifted = APInt::getOneBitSet(
/external/llvm/include/llvm/ADT/
H A DAPInt.h480 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { function in class:llvm::APInt
/external/llvm/lib/IR/
H A DConstantRange.cpp497 return ConstantRange(LowerExt, APInt::getOneBitSet(DstTySize, SrcTySize));
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1008 APInt DivFactor = APInt::getOneBitSet(CalculationBits, T);
4602 ConstantInt::get(getContext(), APInt::getOneBitSet(BitWidth, TZ)));
4706 APInt::getOneBitSet(BitWidth, SA->getZExtValue()));
4724 APInt::getOneBitSet(BitWidth, SA->getZExtValue()));
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp436 APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp397 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(),
H A DLegalizeDAG.cpp1691 State.SignMask = APInt::getOneBitSet(LoadTy.getSizeInBits(), 7);
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp41 APInt payload = APInt::getOneBitSet(4, 2);

Completed in 918 milliseconds