Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp483 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function
523 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
574 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
722 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp()
1144 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runEHOnFunction()
1146 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 0), "cmp.eq.zero"); in runEHOnFunction()
1154 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction()
1549 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in handleLongjmpableCallsForEmscriptenSjLj()
1605 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in handleLongjmpableCallsForEmscriptenSjLj()