Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp139 int WhichConst; in convertFCmp() local
142 WhichConst = 0; in convertFCmp()
145 WhichConst = Const->isNegative() ? 2 : 1; in convertFCmp()
151 WhichConst = 3; in convertFCmp()
157 WhichConst = 4; in convertFCmp()
210 Mask |= Masks[WhichConst][0]; in convertFCmp()
212 Mask |= Masks[WhichConst][1]; in convertFCmp()
214 Mask |= Masks[WhichConst][2]; in convertFCmp()
216 Mask |= Masks[WhichConst][3]; in convertFCmp()
229 Worthy = WhichConst != 0; in convertFCmp()