Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h110 if (isSingleWord()) { in BitWidth()
154 if (isSingleWord()) in APInt()
350 if (isSingleWord()) in isAllOnes()
360 if (isSingleWord()) in isZero()
372 if (isSingleWord()) in isOne()
472 if (isSingleWord()) in isMask()
483 if (isSingleWord()) in isMask()
492 if (isSingleWord()) in isShiftedMask()
504 if (isSingleWord()) in isShiftedMask()
551 if (isSingleWord()) in getRawData()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp91 if (isSingleWord()) in initFromArray()
127 if (!isSingleWord()) in reallocate()
134 if (!isSingleWord()) in reallocate()
147 if (isSingleWord()) in assignSlowCase()
169 if (isSingleWord()) in operator ++()
178 if (isSingleWord()) in operator --()
190 if (isSingleWord()) in operator +=()
198 if (isSingleWord()) in operator +=()
210 if (isSingleWord()) in operator -=()
218 if (isSingleWord()) in operator -=()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp202 Value.isSingleWord() ? Value.getSExtValue() : INT64_MIN); in mapEncodedInteger()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp796 if (IntImm.isSingleWord()) { in SystemZVectorConstantInfo()