Searched refs:ExtendSetCCUses (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 214 void ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, 5842 void DAGCombiner::ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, in ExtendSetCCUses() function in DAGCombiner 5954 ExtendSetCCUses(SetCCs, Trunc, NewValue, DL, in CombineExtLoad() 6046 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, SDLoc(N), in visitSIGN_EXTEND() 6108 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, DL, in visitSIGN_EXTEND() 6357 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, SDLoc(N), in visitZERO_EXTEND() 6411 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, DL, in visitZERO_EXTEND() 6604 ExtendSetCCUses(SetCCs, Trunc, ExtLoad, SDLoc(N), in visitANY_EXTEND()
|