Searched refs:getBinaryOp (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp310 Instruction::BinaryOps BinaryOpIntrinsic::getBinaryOp() const { function in class:BinaryOpIntrinsic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp446 if (!willNotOverflow(SE, WO->getBinaryOp(), WO->isSigned(), LHS, RHS))
453 WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
486 if (!willNotOverflow(SE, SI->getBinaryOp(), SI->isSigned(), LHS, RHS))
490 SI->getBinaryOp(), SI->getLHS(), SI->getRHS(), SI->getName(), SI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp437 BO->getBinaryOp(), RRange, BO->getNoWrapKind());
493 Instruction::BinaryOps Opcode = WO->getBinaryOp();
516 Instruction::BinaryOps Opcode = SI->getBinaryOp();
H A DGVN.cpp343 e.opcode = WO->getBinaryOp();
H A DNewGVN.cpp1829 return createBinaryExpression(WO->getBinaryOp(), EI->getType(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1035 return CR1.binaryOp(WO->getBinaryOp(), CR2);
1180 WO->getBinaryOp(), *C, WO->getNoWrapKind());
H A DScalarEvolution.cpp4349 Instruction::BinaryOps BinOp = WO->getBinaryOp();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h320 Instruction::BinaryOps getBinaryOp() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1841 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(),
2169 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(),
2176 return BinaryOperator::CreateNSW(SI->getBinaryOp(), Arg0, Arg1);
2178 return BinaryOperator::CreateNUW(SI->getBinaryOp(), Arg0, Arg1);
H A DInstructionCombining.cpp2921 Instruction::BinaryOps BinOp = WO->getBinaryOp();

Completed in 299 milliseconds