Home
last modified time | relevance | path

Searched refs:MinBits (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPSInt.cpp27 unsigned MinBits = Tmp.getMinSignedBits(); in APSInt() local
28 if (MinBits > 0 && MinBits < NumBits) in APSInt()
29 Tmp = Tmp.trunc(MinBits); in APSInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h659 uint64_t MinBits = EltCnt.Min * in getTypeSizeInBits() local
661 return TypeSize(MinBits, EltCnt.Scalable); in getTypeSizeInBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3219 unsigned MinBits = N0.getValueSizeInBits(); in SimplifySetCC() local
3224 MinBits = N0->getOperand(0).getValueSizeInBits(); in SimplifySetCC()
3230 MinBits = C->getAPIntValue().countTrailingOnes(); in SimplifySetCC()
3235 MinBits = N0->getOperand(0).getValueSizeInBits(); in SimplifySetCC()
3241 MinBits = LN0->getMemoryVT().getSizeInBits(); in SimplifySetCC()
3245 MinBits = LN0->getMemoryVT().getSizeInBits(); in SimplifySetCC()
3256 if (MinBits > 0 && in SimplifySetCC()
3257 MinBits < C1.getBitWidth() && in SimplifySetCC()
3258 MinBits >= ReqdBits) { in SimplifySetCC()
3259 EVT MinVT = EVT::getIntegerVT(*DAG.getContext(), MinBits); in SimplifySetCC()
[all …]