Home
last modified time | relevance | path

Searched refs:getDestIndex (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.cpp949 Fixup.DestinationIndex = Dest.getDestIndex(); in EmitBranchThroughCleanup()
960 llvm::ConstantInt *Index = Builder.getInt32(Dest.getDestIndex()); in EmitBranchThroughCleanup()
DCodeGenFunction.h117 unsigned getDestIndex() const { return Index; } in getDestIndex() function