Searched refs:getDestIndex (Results 1 – 2 of 2) sorted by relevance
1025 Fixup.DestinationIndex = Dest.getDestIndex(); in EmitBranchThroughCleanup()1036 llvm::ConstantInt *Index = Builder.getInt32(Dest.getDestIndex()); in EmitBranchThroughCleanup()
123 unsigned getDestIndex() const { return Index; } in getDestIndex() function