HomeSort by: relevance | last modified time | path
    Searched refs:getBinaryOp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 395 BO->getBinaryOp(), RRange, BO->getNoWrapKind());
524 Instruction::BinaryOps Opcode = WO->getBinaryOp();
549 Instruction::BinaryOps Opcode = SI->getBinaryOp();
GVN.cpp 365 e.opcode = WO->getBinaryOp();
NewGVN.cpp 1795 return createBinaryExpression(WO->getBinaryOp(), EI->getType(),
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 424 Instruction::BinaryOps BinaryOpIntrinsic::getBinaryOp() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 464 if (!willNotOverflow(SE, WO->getBinaryOp(), WO->isSigned(), LHS, RHS))
471 WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
505 if (!willNotOverflow(SE, SI->getBinaryOp(), SI->isSigned(), LHS, RHS))
509 SI->getBinaryOp(), SI->getLHS(), SI->getRHS(), SI->getName(), SI);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 985 return CR1.binaryOp(WO->getBinaryOp(), CR2);
1145 WO->getBinaryOp(), *C, WO->getNoWrapKind());
ScalarEvolution.cpp 4648 Instruction::BinaryOps BinOp = WO->getBinaryOp();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 539 Instruction::BinaryOps getBinaryOp() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 717 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(),
1212 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(),
1219 return BinaryOperator::CreateNSW(SI->getBinaryOp(), Arg0, Arg1);
1221 return BinaryOperator::CreateNUW(SI->getBinaryOp(), Arg0, Arg1);
InstructionCombining.cpp 3059 Instruction::BinaryOps BinOp = WO->getBinaryOp();

Completed in 79 milliseconds