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

  /external/llvm/include/llvm/IR/
Operator.h 328 class AddOperator
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 435 if (isa<AddOperator>(Op) &&
439 isa<ConstantInt>(cast<AddOperator>(Op)->getOperand(1))) {
443 cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
446 Op = cast<AddOperator>(Op)->getOperand(0);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 642 milliseconds