Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h96 #define C_0 22L macro
118 + ((t >> C_0) & C_M))) \
138 u = w >> C_0; \
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6988 auto C_0 = B.buildConstant(NarrowTy, 0); in narrowScalarCTLZ() local
6990 UnmergeSrc.getReg(1), C_0); in narrowScalarCTLZ()
7021 auto C_0 = B.buildConstant(NarrowTy, 0); in narrowScalarCTTZ() local
7023 UnmergeSrc.getReg(0), C_0); in narrowScalarCTTZ()