Home
last modified time | relevance | path

Searched defs:LoBits (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp122 const uint16_t LoBits = Value.getLoBits(16).getZExtValue(); in loadImmediate() local
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp785 for (unsigned LoBits = 1; LoBits < Bits; ++LoBits) { TEST() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1815 APInt LoBits = (Bits < BW) ? A1.trunc(Bits) : A1.zext(Bits); in evaluateSplati() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5044 SDValue LoBits = DAG.getConstant(~HiBits, dl, OpVT); SimplifySetCC() local
H A DSelectionDAG.cpp3653 unsigned LoBits = Op.getOperand(0).getScalarValueSizeInBits(); computeKnownBits() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15574 int64_t LoBits = static_cast<int32_t>(Val); checkAsmConstraintVal() local