Home
last modified time | relevance | path

Searched defs:NewBO (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp705 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local
758 BinaryOperator *NewBO; in removeConstOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp497 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? in SimplifyAssociativeOrCommutative() local
1619 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); in foldVectorBinop() local
1741 Value *NewBO = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
H A DInstCombineVectorOps.cpp1832 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local
1990 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
H A DInstCombineSelect.cpp406 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); in foldSelectOpOp() local
H A DInstCombineAndOrXor.cpp1776 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6554 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
6584 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20956 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, in visitVECTOR_SHUFFLE() local