Searched defs:HasResult (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1481 bool HasResult = I->getType() != Type::getVoidTy(Ctx); local
1523 // 'UseSizedLibcall', 'CASExpected', 'ValueOperand', and 'HasResult'
1577 if (!CASExpected && HasResult && !UseSizedLibcall) {
1597 } else if (HasResult && UseSizedLibcall)
1628 } else if (HasResult) {

Completed in 102 milliseconds