Searched refs:BO11 (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 1438 std::swap(BO10, BO11); in reassociateFCmps() 1452 return BinaryOperator::Create(Opcode, NewFCmp, BO11); 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 1426 std::swap(BO10, BO11); in reassociateFCmps() 1440 return BinaryOperator::Create(Opcode, NewFCmp, BO11); in reassociateFCmps()
|