Home
last modified time | relevance | path

Searched refs:coefficientNextPowerOf2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h262 constexpr LeafTy coefficientNextPowerOf2() const { in coefficientNextPowerOf2() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp980 NumElts = NumElts.coefficientNextPowerOf2(); in getTypeConversion()
1032 NumElts = NumElts.coefficientNextPowerOf2(); in getTypeConversion()
1598 NewVTSize = NewVTSize.coefficientNextPowerOf2(); in getVectorTypeBreakdown()