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);
4004 SetccInGPROpts ConvOpts) { in getSETCCInGPR() argument
4025 if (ConvOpts == SetccInGPROpts::ZExtInvert || in getSETCCInGPR()
4026 ConvOpts == SetccInGPROpts::SExtInvert) in getSETCCInGPR()
4034 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR()
4035 ConvOpts == SetccInGPROpts::SExtInvert; in getSETCCInGPR()