Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp135 int WhichConst; in convertFCmp() local
138 WhichConst = 0; in convertFCmp()
141 WhichConst = Const->isNegative() ? 2 : 1; in convertFCmp()
147 WhichConst = 3; in convertFCmp()
153 WhichConst = 4; in convertFCmp()
206 Mask |= Masks[WhichConst][0]; in convertFCmp()
208 Mask |= Masks[WhichConst][1]; in convertFCmp()
210 Mask |= Masks[WhichConst][2]; in convertFCmp()
212 Mask |= Masks[WhichConst][3]; in convertFCmp()
225 Worthy = WhichConst != 0; in convertFCmp()