Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp484 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function
524 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
573 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
721 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp()
1142 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runEHOnFunction()
1144 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 0), "cmp.eq.zero"); in runEHOnFunction()
1152 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction()
1543 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in handleLongjmpableCallsForEmscriptenSjLj()
1599 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in handleLongjmpableCallsForEmscriptenSjLj()