Searched refs:selectCall (Results 1 – 3 of 3) sorted by relevance
180 bool selectCall(const Instruction *I);770 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel1414 if (selectCall(I)) in fastSelectInstruction()
515 bool selectCall(const User *I);
1156 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel1834 return selectCall(I); in selectOperator()