Home
last modified time | relevance | path

Searched defs:shouldKeepZExtForFP16Conv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1042 bool shouldKeepZExtForFP16Conv() const override { return true; } in shouldKeepZExtForFP16Conv() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2808 virtual bool shouldKeepZExtForFP16Conv() const { return false; } in shouldKeepZExtForFP16Conv() function