HomeSort by: relevance | last modified time | path
    Searched defs:selectCall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 178 bool selectCall(const Instruction *I);
751 bool WebAssemblyFastISel::selectCall(const Instruction *I) {
1395 if (selectCall(I))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1160 bool FastISel::selectCall(const User *I) {
1763 return selectCall(I);

Completed in 17 milliseconds