Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp185 bool selectZExt(const Instruction *I);
992 bool WebAssemblyFastISel::selectZExt(const Instruction *I) { in selectZExt() function in WebAssemblyFastISel
1405 return selectZExt(I); in fastSelectInstruction()