Searched refs:ToIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp114 /// index ToIdx.
115 void AddEdge(unsigned FromIdx, unsigned ToIdx) {
117 Nodes[FromIdx].second.AddNode(ToIdx);
121 /// the node with index ToIdx.
122 void DeleteEdge(unsigned FromIdx, unsigned ToIdx) {
124 Nodes[FromIdx].second.DeleteNode(ToIdx);
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp73 static uint64_t replicateChunk(uint64_t Imm, unsigned FromIdx, unsigned ToIdx) { argument
74 assert((FromIdx < 4) && (ToIdx < 4) && "Out of range chunk index specified!");
75 const unsigned ShiftAmt = ToIdx * 16;

Completed in 88 milliseconds