Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1410 APInt truncOrSelf(unsigned width) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp968 APInt APInt::truncOrSelf(unsigned width) const { in truncOrSelf() function in APInt
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1184 APInt Scalar = ValVRegAndVal->Value.truncOrSelf(8); in getMemsetValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp146 SplatVal = Op0->getAPIntValue().truncOrSelf(EltSize); in isConstantSplatVector()
150 SplatVal = Op0->getValueAPF().bitcastToAPInt().truncOrSelf(EltSize); in isConstantSplatVector()