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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 177 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
681 (const AddendVect &Opnds, unsigned InstrQuota) {
682 assert(!Opnds.empty() && "Expect at least one addend");
686 unsigned InstrNeeded = calcInstrNumber(Opnds);
704 for (AddendVect::const_iterator I = Opnds.begin(), E = Opnds.end();
786 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
787 unsigned OpndNum = Opnds.size();
794 for (AddendVect::const_iterator I = Opnds.begin(), E = Opnds.end()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 158 milliseconds