HomeSort by relevance Sort by last modified time
    Searched defs:Folded (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 46 Folded
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 703 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI))
704 C = Folded;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 43 STATISTIC(NumFolds, "Number of terminators folded");
485 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
487 if (Constant *KC = getKnownConstant(Folded, WantInteger))
561 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
563 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 482 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 322 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
333 I.setOperand(1, Folded);
616 // Constants can be considered to be negated values if they can be folded.
635 // Constants can be considered to be negated values if they can be folded.
694 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1276 milliseconds