Searched defs:LowBits (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp145 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1394 APInt LowBits = RA - 1; local
1428 APInt LowBits = (RA - 1); local
1662 unsigned LowBits = Log2_32(PossibleLZ)+1; local
1673 unsigned LowBits = Log2_32(PossibleTZ)+1; local
1682 unsigned LowBits = Log2_32(BitsPossiblySet)+1; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1482 Value *LowBits = ConstantInt::get( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8096 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue(); local

Completed in 179 milliseconds