Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp148 int8_t Shift = typeWidthInBytesLog2(Ty); in typeWidthInBytes()
152 int8_t typeWidthInBytesLog2(Type Ty) { in typeWidthInBytesLog2() function
DIceTypes.h80 int8_t typeWidthInBytesLog2(Type Ty);
DIceTargetLoweringX86BaseImpl.h7000 uint16_t Shift = typeWidthInBytesLog2(PointerType);