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");
460 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
462 if (Constant *KC = getKnownConstant(Folded, WantInteger))
536 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
538 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 488 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 299 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
304 I.setOperand(1, Folded);
498 // Constants can be considered to be negated values if they can be folded.
517 // Constants can be considered to be negated values if they can be folded.
571 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 355 milliseconds