/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 717 BinaryOperator *NewBO = nullptr; distributeExtsAndCloneChain() local 770 BinaryOperator *NewBO; removeConstOffset() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 2178 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 D | InstructionCombining.cpp | 539 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 D | InstCombineCasts.cpp | 2304 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, Y); foldBitCastBitwiseLogic() local 2311 Value *NewBO = Builder.CreateBinOp(BO->getOpcode(), CastedOp, X); foldBitCastBitwiseLogic() local
|
H A D | InstCombineAndOrXor.cpp | 1863 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) narrowMaskedBinOp() local 2349 Value *NewBO = visitAnd() local 2359 Value *NewBO = visitAnd() local
|
H A D | InstCombineSelect.cpp | 480 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); foldSelectOpOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1400 Value *NewBO = Builder.CreateBinOp(Opcode, Shuf0, Shuf1); foldShuffleOfBinops() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7497 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 D | DAGCombiner.cpp | 2508 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...] |