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 179 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
696 (const AddendVect &Opnds, unsigned InstrQuota) {
697 assert(!Opnds.empty() && "Expect at least one addend");
701 unsigned InstrNeeded = calcInstrNumber(Opnds);
719 for (AddendVect::const_iterator I = Opnds.begin(), E = Opnds.end();
806 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
807 unsigned OpndNum = Opnds.size();
814 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 184 milliseconds