Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp143 int WhichConst; in convertFCmp() local
146 WhichConst = 0; in convertFCmp()
149 WhichConst = Const->isNegative() ? 2 : 1; in convertFCmp()
155 WhichConst = 3; in convertFCmp()
161 WhichConst = 4; in convertFCmp()
214 Mask |= Masks[WhichConst][0]; in convertFCmp()
216 Mask |= Masks[WhichConst][1]; in convertFCmp()
218 Mask |= Masks[WhichConst][2]; in convertFCmp()
220 Mask |= Masks[WhichConst][3]; in convertFCmp()
233 Worthy = WhichConst != 0; in convertFCmp()