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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 27 class AddOperator;
339 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 188 class AddOperator
190 ~AddOperator(); // DO NOT IMPLEMENT
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 346 if (AddOperator *AO = dyn_cast<AddOperator>(IndexToSplit)) {
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
Operator.h 333 class AddOperator
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 773 if (isa<AddOperator>(Op) &&
777 isa<ConstantInt>(cast<AddOperator>(Op)->getOperand(1))) {
781 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
784 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 420 if (isa<AddOperator>(Op) &&
424 isa<ConstantInt>(cast<AddOperator>(Op)->getOperand(1))) {
428 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
431 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 257 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
260 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 468 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
471 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 376 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
379 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 782 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
785 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 916 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
919 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 572 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
575 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 551 milliseconds