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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4296 bool Indexed = AM != ISD::UNINDEXED; local
4297 assert((Indexed || Offset.getOpcode() == ISD::UNDEF) &&
4300 SDVTList VTs = Indexed ?

Completed in 85 milliseconds