Home
last modified time | relevance | path

Searched refs:selectSExt (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp185 bool selectSExt(const Instruction *I);
1008 bool WebAssemblyFastISel::selectSExt(const Instruction *I) { in selectSExt() function in WebAssemblyFastISel
1406 return selectSExt(I); in fastSelectInstruction()