Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp283 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp490 BinaryOperator *NewBinOp = in foldPHIArgBinOpIntoPHI() local
H A DInstCombineShifts.cpp1330 auto *NewBinOp = BinaryOperator::Create(Op0OB->getOpcode(), NewLshr, X); in visitLShr() local
H A DInstCombineAndOrXor.cpp2157 Value *NewBinOp = Builder.CreateBinOp(OpC, X, ConstantInt::get(Ty, *C)); in canonicalizeLogicFirst() local
4434 Value *NewBinOp; in sinkNotIntoOtherHandOfLogicalOp() local
H A DInstructionCombining.cpp970 Value *NewBinOp = Builder.CreateBinOp(I.getOpcode(), Y, NotX); in foldBinOpShiftWithShift() local
2303 if (auto *NewBinOp = dyn_cast<BinaryOperator>(NarrowBO)) { in narrowMathIfNoOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1234 auto *NewBinOp = BinaryOperator::CreateWithCopiedFlags( in instCombineSVELast() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27118 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS.getOperand(0), in SimplifyVBinOp() local
27135 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, X, RHS, Flags); in SimplifyVBinOp() local
27144 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS, X, Flags); in SimplifyVBinOp() local
27535 SDValue NewBinOp = DAG.getNode(BinOpc, DL, OpVTs, NewSel, N1.getOperand(1)); in foldSelectOfBinops() local
27549 SDValue NewBinOp = in foldSelectOfBinops() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4512 SDValue NewBinOp = CurDAG->getNode(Opcode, dl, NVT, X, NewCst); in tryShrinkShlLogicImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17457 SDValue NewBinOp = DCI.DAG.getNode(N->getOpcode(), DL, VT, in PerformVQDMULHCombine() local