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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7395 unsigned BitsPerBool; local
7397 BitsPerBool = 4;
7400 BitsPerBool = 2;
7403 BitsPerBool = 1;
7429 Bits32 |= BoolMask << (i * BitsPerBool);

Completed in 133 milliseconds