Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1629 unsigned ResultWidth = Ty->getIntegerBitWidth(); in ConstantFoldSSEConvertToInt() local
1630 assert(ResultWidth <= 64 && in ConstantFoldSSEConvertToInt()
1638 Val.convertToInteger(makeMutableArrayRef(UIntVal), ResultWidth, in ConstantFoldSSEConvertToInt()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp128812 const size_t ResultWidth = 8 * sizeof(ResultType); in ToUintWidth() local
128813 if (exponent >= DoubleExponentShift + ResultWidth) in ToUintWidth()
128825 if (exponent < ResultWidth) { in ToUintWidth()