Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h111 if (isSingleWord()) { in BitWidth()
155 if (isSingleWord()) in APInt()
352 if (isSingleWord()) in isAllOnes()
359 if (isSingleWord()) in isZero()
368 if (isSingleWord()) in isOne()
469 if (isSingleWord()) in isMask()
480 if (isSingleWord()) in isMask()
489 if (isSingleWord()) in isShiftedMask()
501 if (isSingleWord()) in isShiftedMask()
548 if (isSingleWord()) in getRawData()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp92 if (isSingleWord()) in initFromArray()
128 if (!isSingleWord()) in reallocate()
135 if (!isSingleWord()) in reallocate()
148 if (isSingleWord()) in assignSlowCase()
178 if (isSingleWord()) in operator ++()
187 if (isSingleWord()) in operator --()
199 if (isSingleWord()) in operator +=()
207 if (isSingleWord()) in operator +=()
219 if (isSingleWord()) in operator -=()
227 if (isSingleWord()) in operator -=()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp203 Value.isSingleWord() ? Value.getSExtValue() : INT64_MIN); in mapEncodedInteger()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp866 if (IntImm.isSingleWord()) { in SystemZVectorConstantInfo()