Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp383 static Value *getAddrSizeInt(Module *M, uint64_t C) { in getAddrSizeInt() function
432 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
481 IRB.CreateStore(getAddrSizeInt(M, 0), ThrewGV); in wrapInvoke()
587 Value *ThrewCmp = IRB.CreateICmpNE(Threw, getAddrSizeInt(M, 0)); in wrapTestSetjmp()
858 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runEHOnFunction()
860 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 0), "cmp.eq.zero"); in runEHOnFunction()
873 Value *Cmp = IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp"); in runEHOnFunction()
1135 SI->getValueOperand() == getAddrSizeInt(&M, 0)) { in runSjLjOnFunction()
1181 IRB.CreateICmpEQ(Threw, getAddrSizeInt(&M, 1), "cmp.eq.one"); in runSjLjOnFunction()