HomeSort by relevance Sort by last modified time
    Searched refs:AddOperator (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 25 class AddOperator;
334 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 377 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) {
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
Operator.h 333 class AddOperator
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 454 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
457 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 362 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
365 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 821 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
824 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 790 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
793 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 577 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
580 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]

Completed in 410 milliseconds