Home
last modified time | relevance | path

Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7386 if (unsigned PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local
7398 if (unsigned PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local
7413 if (unsigned PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local
7434 if (unsigned PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local
7448 if (unsigned PartialCheck = Mask & fcNormal) { in lowerISFPCLASS() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8131 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local
8141 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
8154 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local
8185 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local
8198 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local