Searched defs:shouldKeepZExtForFP16Conv (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelLowering.h | 1107 bool shouldKeepZExtForFP16Conv() const override { return true; } shouldKeepZExtForFP16Conv() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3385 virtual bool shouldKeepZExtForFP16Conv() const { return false; } shouldKeepZExtForFP16Conv() function |