Searched defs:IntPtrMul (Results 1 – 3 of 3) sorted by relevance
25 inline intptr_t IntPtrMul(intptr_t a, intptr_t b) { return a * b; } in IntPtrMul() function
66 inline Value<intptr_t> IntPtrMul(d::MemoryAccessor accessor, intptr_t a, in IntPtrMul() function
1054 TNode<IntPtrT> IntPtrMul(TNode<IntPtrT> left, TNode<IntPtrT> right) { in IntPtrMul() function