Searched defs:MUL64 (Results 1 – 4 of 4) sorted by relevance
59 #define MUL64 MUL64 macro60 static av_always_inline av_const int64_t MUL64(int a, int b) in MUL64() function
50 #define MUL64 MUL64 macro51 static inline av_const int64_t MUL64(int a, int b) in MUL64() function
54 # define MUL64(a,b) ((int64_t)(a) * (int64_t)(b)) macro
623 Value *MUL64 = Builder.CreateMul(LHS_EXT64, RHS_EXT64); in getMul64() local