Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp184 bool selectZExt(const Instruction *I);
991 bool WebAssemblyFastISel::selectZExt(const Instruction *I) { in selectZExt() function in WebAssemblyFastISel
1404 return selectZExt(I); in fastSelectInstruction()