Searched defs:NewBO (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp689 BinaryOperator *NewBO = nullptr; local
742 BinaryOperator *NewBO; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp396 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); local
H A DInstCombineVectorOps.cpp1533 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); local
1689 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : local
[all...]
H A DInstCombineAndOrXor.cpp1762 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) local
H A DInstructionCombining.cpp453 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? local
1531 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); local
1650 Value *NewBO local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20123 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, local

Completed in 214 milliseconds