Searched refs:getAddrSizeInt (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 373 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function 422 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke() 471 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke() 576 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp() 819 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction() 1081 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in runSjLjOnFunction()
|