Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1107 bool shouldKeepZExtForFP16Conv() const override { return true; } shouldKeepZExtForFP16Conv() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3385 virtual bool shouldKeepZExtForFP16Conv() const { return false; } shouldKeepZExtForFP16Conv() function