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

  /external/llvm/lib/VMCore/
ConstantFold.cpp 329 /// on Ty, with any known factors factored out. If Folded is false,
334 bool Folded) {
374 if (!Folded)
386 /// on Ty, with any known factors factored out. If Folded is false,
391 bool Folded) {
440 if (!Folded)
452 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
458 bool Folded) {
495 if (!Folded)
    [all...]
  /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/TableGen/
Record.cpp 687 Init *Folded = Fold(&R, 0);
689 if (Folded != this) {
690 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 598 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI))
599 C = Folded;
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 295 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
300 I.setOperand(1, Folded);
494 // Constants can be considered to be negated values if they can be folded.
513 // Constants can be considered to be negated values if they can be folded.
567 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 109 milliseconds