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 706 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
707 C = Folded;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 53 STATISTIC(NumFolds, "Number of terminators folded");
537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
539 if (Constant *KC = getKnownConstant(Folded, WantInteger))
614 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
616 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 491 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 308 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
319 I.setOperand(1, Folded);
671 // Constants can be considered to be negated values if they can be folded.
688 // Constants can be considered to be negated values if they can be folded.
747 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 402 milliseconds