Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8832 APInt DeBruijn = BitWidth == 32 ? APInt(32, 0x077CB531U) in CTTZTableLookup() local
8842 DAG.getConstant(DeBruijn, DL, VT)), in CTTZTableLookup()
8848 APInt Shl = DeBruijn.shl(i); in CTTZTableLookup()