Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
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()
/external/llvm/lib/Target/SystemZ/
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()