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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp574 auto *PCRelAsInt = Builder.CreateSExt(EncodedAddr, IntPtrTy); local
576 auto *GOTAsInt = Builder.CreateAdd(PCRelAsInt, FuncAsInt, "global_addr.int");

Completed in 137 milliseconds