Searched refs:flsl (Results 1 – 6 of 6) sorted by relevance
48 #define flsl( x ) \ macro51 #define fls( x ) flsl ( x )
258 ; CHECK: declare void @flsl(...)259 declare void @flsl(...)
277 ; CHECK: declare i32 @flsl(i64)278 declare i32 @flsl(i64)
222 len = ( ( flsl ( value ) + 10 ) / 8 ); in slam_put_value()
497 /// int flsl(long int i);498 TLI_DEFINE_ENUM_INTERNAL(flsl)499 TLI_DEFINE_STRING_INTERNAL("flsl")
371 TLI.setUnavailable(LibFunc::flsl); in initialize()963 case LibFunc::flsl: in isValidProtoForLibFunc()