Searched refs:selectCall (Results 1 – 3 of 3) sorted by relevance
186 bool selectCall(const Instruction *I);764 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel1405 if (selectCall(I)) in fastSelectInstruction()
514 bool selectCall(const User *I);
1159 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel1889 return selectCall(I); in selectOperator()