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

  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 41 STATISTIC(NumFolds, "Number of terminators folded");
469 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
471 if (Constant *KC = getKnownConstant(Folded, WantInteger))
545 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
547 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 481 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 320 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
325 I.setOperand(1, Folded);
519 // Constants can be considered to be negated values if they can be folded.
538 // Constants can be considered to be negated values if they can be folded.
592 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 83 milliseconds