Searched refs:HLHiMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4250 SDValue HLHiMask = DAG.getConstant( local
4260 // We overflow min if HH < -1 or (HH == -1 && HL < HLHiMask).
4263 SDValue HLULT = DAG.getSetCC(dl, BoolNVT, ResultHL, HLHiMask, ISD::SETULT);

Completed in 115 milliseconds