Searched refs:selectCall (Results 1 – 3 of 3) sorted by relevance
182 bool selectCall(const Instruction *I);752 bool WebAssemblyFastISel::selectCall(const Instruction *I) { in selectCall() function in WebAssemblyFastISel1397 if (selectCall(I)) in fastSelectInstruction()
507 bool selectCall(const User *I);
1150 bool FastISel::selectCall(const User *I) { in selectCall() function in FastISel1766 return selectCall(I); in selectOperator()