Searched defs:NewBO (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 673 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local 726 BinaryOperator *NewBO; in removeConstOffset() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 627 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local 680 BinaryOperator *NewBO; in removeConstOffset() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1226 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local 1336 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
|
D | InstCombineAndOrXor.cpp | 1395 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
|
D | InstructionCombining.cpp | 415 BinaryOperator *NewBO = BinaryOperator::Create(Opcode, A, B); in SimplifyAssociativeOrCommutative() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1246 if (BinaryOperator *NewBO = dyn_cast<BinaryOperator>(BO)) in CreateBinOpAsGiven() local 1280 Value *NewBO = CreateBinOpAsGiven(Inst, LShuf->getOperand(0), in SimplifyVectorOp() local 1321 Value *NewBO = CreateBinOpAsGiven(Inst, NewLHS, NewRHS, Builder); in SimplifyVectorOp() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4988 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local 5018 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6178 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local 6208 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
|