Home
last modified time | relevance | path

Searched refs:isSingleWord (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h132 if (isSingleWord()) { in BitWidth()
177 if (isSingleWord()) in APInt()
322 bool isSingleWord() const { return BitWidth <= APINT_BITS_PER_WORD; } in isSingleWord() function
374 if (isSingleWord()) in isAllOnes()
381 if (isSingleWord()) in isZero()
390 if (isSingleWord()) in isOne()
406 if (isSingleWord()) { in isMaxSignedValue()
424 if (isSingleWord()) { in isMinSignedValue()
441 if (isSingleWord()) { in isPowerOf2()
491 if (isSingleWord()) in isMask()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp93 if (isSingleWord()) in initFromArray()
129 if (!isSingleWord()) in reallocate()
136 if (!isSingleWord()) in reallocate()
149 if (isSingleWord()) in assignSlowCase()
159 if (isSingleWord()) { in Profile()
179 if (isSingleWord()) in operator ++()
188 if (isSingleWord()) in operator --()
200 if (isSingleWord()) in operator +=()
208 if (isSingleWord()) in operator +=()
220 if (isSingleWord()) in operator -=()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegralAP.h82 if (V.isSingleWord()) { in copy()
101 if (V.isSingleWord()) { in IntegralAP()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp203 Value.isSingleWord() ? Value.getSExtValue() : INT64_MIN); in mapEncodedInteger()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp945 if (IntImm.isSingleWord()) { in SystemZVectorConstantInfo()