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

  /external/llvm/lib/IR/
ConstantFold.cpp 333 /// on Ty, with any known factors factored out. If Folded is false,
338 bool Folded) {
378 if (!Folded)
390 /// on Ty, with any known factors factored out. If Folded is false,
395 bool Folded) {
444 if (!Folded)
456 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
462 bool Folded) {
499 if (!Folded)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 42 STATISTIC(NumFolds, "Number of terminators folded");
471 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
473 if (Constant *KC = getKnownConstant(Folded, WantInteger))
547 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
549 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 481 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 627 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI))
628 C = Folded;
    [all...]
ScalarEvolution.cpp     [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 1077 milliseconds