Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp118 const uint16_t LoBits = Value.getLoBits(16).getZExtValue(); in loadImmediate() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1816 APInt LoBits = (Bits < BW) ? A1.trunc(Bits) : A1.zext(Bits); in evaluateSplati() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4779 SDValue LoBits = DAG.getConstant(~HiBits, dl, OpVT); in SimplifySetCC() local
H A DSelectionDAG.cpp3377 unsigned LoBits = Op.getOperand(0).getScalarValueSizeInBits(); in computeKnownBits() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12463 int64_t LoBits = static_cast<int32_t>(Val); in checkAsmConstraintVal() local