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

  /external/llvm/include/llvm/Target/
TargetOptions.h 46 Simplified, // Use one table per function type, with types projected
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 15 // simplified: This is usually true and assuming it simplifies the logic (if
16 // they have not been simplified then results are correct but maybe suboptimal).
127 /// Returns the simplified value, or null if no simplification was performed.
311 // If they simplified to the same value, then return the common value.
316 // If one branch simplified to undef, return the other one.
327 // If one branch simplified and the other did not, and the simplified
328 // value is equal to the unsimplified one, return the simplified value.
331 // Check that the simplified value has the form "X op Y" where "op" is the
333 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]

Completed in 40 milliseconds