Searched defs:getRegForGEPIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp290 std::pair<unsigned, bool> FastISel::getRegForGEPIndex(const Value *Idx) { function in class:FastISel
532 std::pair<unsigned, bool> Pair = getRegForGEPIndex(Idx);

Completed in 409 milliseconds