Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp70 NewBO->copyIRFlags(Op, true); in scalarize() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp718 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local
771 BinaryOperator *NewBO; in removeConstOffset() local
H A DLICM.cpp2768 auto *NewBO = BinaryOperator::Create(Ins->getOpcode(), LHS, RHS, hoistMulAddAssociation() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2200 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); foldSelectShuffleWith1Binop() local
2364 Value *NewBO = ConstantsAreOp1 ? Builder.CreateBinOp(BOpc, V, NewC) : foldSelectShuffle() local
2784 Value *NewBO = Builder.CreateBinOp(BinOp->getOpcode(), X, Y); simplifyBinOpSplats() local
[all...]
H A DInstructionCombining.cpp557 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? SimplifyAssociativeOrCommutative() local
1974 Value *NewBO = Builder.CreateBinOp(BO.getOpcode(), foldBinopWithPhiOperands() local
2118 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); foldVectorBinop() local
2237 Value *NewBO = Builder.CreateBinOp(Opcode, X, Y); foldVectorBinop() local
[all...]
H A DInstCombineCasts.cpp2392 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, Y); foldBitCastBitwiseLogic() local
2399 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, X); foldBitCastBitwiseLogic() local
H A DInstCombineAndOrXor.cpp1897 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) narrowMaskedBinOp() local
2427 Value *NewBO = visitAnd() local
2437 Value *NewBO = visitAnd() local
H A DInstCombineSelect.cpp487 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); foldSelectOpOp() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1475 Value *NewBO = Builder.CreateBinOp(Opcode, Shuf0, Shuf1); foldShuffleOfBinops() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7511 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, getOperandsToCreate() local
7725 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, createSCEV() local
7757 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, createSCEV() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2415 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, FVal, N->getFlags()); foldSelectWithIdentityConstant() local
2421 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, TVal, N->getFlags()); foldSelectWithIdentityConstant() local
25754 SDValue NewBO = visitVECTOR_SHUFFLE() local
[all...]