Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2744 SDValue getSETCCInGPR(SDValue Compare, SetccInGPROpts ConvOpts);
3830 SetccInGPROpts ConvOpts) { in getSETCCInGPR() argument
3851 if (ConvOpts == SetccInGPROpts::ZExtInvert || in getSETCCInGPR()
3852 ConvOpts == SetccInGPROpts::SExtInvert) in getSETCCInGPR()
3860 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR()
3861 ConvOpts == SetccInGPROpts::SExtInvert; in getSETCCInGPR()