Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp717 BinaryOperator *NewBO = nullptr; distributeExtsAndCloneChain() local
770 BinaryOperator *NewBO; removeConstOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2178 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); foldSelectShuffleWith1Binop() local
2341 Value *NewBO = ConstantsAreOp1 ? Builder.CreateBinOp(BOpc, V, NewC) : foldSelectShuffle() local
2760 Value *NewBO = Builder.CreateBinOp(BinOp->getOpcode(), X, Y); simplifyBinOpSplats() local
[all...]
H A DInstructionCombining.cpp539 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? SimplifyAssociativeOrCommutative() local
1767 Value *NewBO = Builder.CreateBinOp(BO.getOpcode(), foldBinopWithPhiOperands() local
1911 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); foldVectorBinop() local
2030 Value *NewBO = Builder.CreateBinOp(Opcode, X, Y); foldVectorBinop() local
[all...]
H A DInstCombineCasts.cpp2304 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, Y); foldBitCastBitwiseLogic() local
2311 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, X); foldBitCastBitwiseLogic() local
H A DInstCombineAndOrXor.cpp1863 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) narrowMaskedBinOp() local
2349 Value *NewBO = visitAnd() local
2359 Value *NewBO = visitAnd() local
H A DInstCombineSelect.cpp480 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); foldSelectOpOp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1400 Value *NewBO = Builder.CreateBinOp(Opcode, Shuf0, Shuf1); foldShuffleOfBinops() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7497 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, getOperandsToCreate() local
7711 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, createSCEV() local
7743 auto NewBO = MatchBinaryOp(BO->LHS, getDataLayout(), AC, DT, createSCEV() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2508 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, FVal, N->getFlags()); foldSelectWithIdentityConstant() local
2514 SDValue NewBO = DAG.getNode(Opcode, SDLoc(N), VT, F0, TVal, N->getFlags()); foldSelectWithIdentityConstant() local
25438 SDValue NewBO = visitVECTOR_SHUFFLE() local
[all...]