Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2921 SDValue getSETCCInGPR(SDValue Compare, SetccInGPROpts ConvOpts);
4003 SetccInGPROpts ConvOpts) { in getSETCCInGPR() argument
4024 if (ConvOpts == SetccInGPROpts::ZExtInvert || in getSETCCInGPR()
4025 ConvOpts == SetccInGPROpts::SExtInvert) in getSETCCInGPR()
4033 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR()
4034 ConvOpts == SetccInGPROpts::SExtInvert; in getSETCCInGPR()