Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ !
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp478 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function
518 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
567 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
716 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp()
1135 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runEHOnFunction()
1137 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 0), "cmp.eq.zero"); in runEHOnFunction()
1145 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction()
1436 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in handleLongjmpableCallsForEmscriptenSjLj()
1492 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in handleLongjmpableCallsForEmscriptenSjLj()