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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 30 class AddOperator;
524 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 367 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) {
LoopStrengthReduce.cpp 2319 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(1)))
2323 if (AddOperator *BO = dyn_cast<AddOperator>(Sel->getOperand(2)))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 429 class AddOperator
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 294 auto *CI = cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
297 Op = cast<AddOperator>(Op)->getOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 2247 if (!isa<AddOperator>(Add))
2258 return isa<ConstantInt>(cast<AddOperator>(Add)->getOperand(1));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 509 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
512 Op = cast<AddOperator>(Op)->getOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 364 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
367 Op = cast<AddOperator>(Op)->getOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 762 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
765 Op = cast<AddOperator>(Op)->getOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 931 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
934 Op = cast<AddOperator>(Op)->getOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4730 const AddOperator *Add,
5206 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 631 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
634 Op = cast<AddOperator>(Op)->getOperand(0);

Completed in 35 milliseconds