Searched refs:getAddrSizeInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 480 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function 522 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke() 571 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke() 719 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp() 1140 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runEHOnFunction() 1142 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 0), "cmp.eq.zero"); in runEHOnFunction() 1150 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction() 1441 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in handleLongjmpableCallsForEmscriptenSjLj() 1497 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in handleLongjmpableCallsForEmscriptenSjLj()
|