Searched refs:BO10 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1435 Value *BO10 = BO1->getOperand(0), *BO11 = BO1->getOperand(1), *Y; in reassociateFCmps() local 1436 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) || in reassociateFCmps() 1438 std::swap(BO10, BO11); in reassociateFCmps() 1440 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) || in reassociateFCmps() 1450 NewFCmpInst->andIRFlags(BO10); in reassociateFCmps()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1423 Value *BO10 = BO1->getOperand(0), *BO11 = BO1->getOperand(1), *Y; in reassociateFCmps() local 1424 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) || in reassociateFCmps() 1426 std::swap(BO10, BO11); in reassociateFCmps() 1428 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) || in reassociateFCmps() 1438 NewFCmpInst->andIRFlags(BO10); in reassociateFCmps()
|