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).
137 /// Returns the simplified value, or null if no simplification was performed.
321 // If they simplified to the same value, then return the common value.
326 // If one branch simplified to undef, return the other one.
337 // If one branch simplified and the other did not, and the simplified
338 // value is equal to the unsimplified one, return the simplified value.
341 // Check that the simplified value has the form "X op Y" where "op" is the
343 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]

Completed in 103 milliseconds