Searched refs:LowBit (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp617 unsigned LowBit = LowBitExpr.getValue(); local
618 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1;
619 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp906 unsigned LowBit = Mask & -Mask; local
907 unsigned BitsAboveLowBit = 0xF & (-LowBit << 1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp5515 unsigned LowBit = mask & -mask; local
5516 unsigned BitsAboveLowBit = 0xF & (-LowBit << 1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2042 SDValue LowBit = DAG.getZExtOrTrunc(SetCC.getOperand(0), DL, VT); local
2045 return DAG.getNode(IsAdd ? ISD::SUB : ISD::ADD, DL, VT, C1, LowBit);

Completed in 225 milliseconds