Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2934 SDValue getSETCCInGPR(SDValue Compare, SetccInGPROpts ConvOpts);
4017 SetccInGPROpts ConvOpts) { in getSETCCInGPR() argument
4038 if (ConvOpts == SetccInGPROpts::ZExtInvert || in getSETCCInGPR()
4039 ConvOpts == SetccInGPROpts::SExtInvert) in getSETCCInGPR()
4047 bool IsSext = ConvOpts == SetccInGPROpts::SExtOrig || in getSETCCInGPR()
4048 ConvOpts == SetccInGPROpts::SExtInvert; in getSETCCInGPR()