HomeSort by: relevance | last modified time | path
    Searched refs:NewRetVal (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 373 Value *NewRetVal = UndefValue::get(NewRetTy);
377 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++);
403 NewRetVal = B.CreateInsertValue(NewRetVal, Val, RetIdx++);
407 RI->setOperand(0, NewRetVal);
409 B.CreateRet(NewRetVal);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 306 Value *NewRetVal = NewInst;
314 NewRetVal = NewBitCast;
323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal);
InlineFunction.cpp 1230 auto *NewRetVal = dyn_cast_or_null<CallBase>(VMap.lookup(RetVal));
1231 if (!NewRetVal)
1254 // Add to the existing attributes of NewRetVal, i.e. the cloned call
1256 // NB! When we have the same attribute already existing on NewRetVal, but
1260 AttributeList AL = NewRetVal->getAttributes();
1263 NewRetVal->setAttributes(NewAL);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 4136 Value *NewRetVal = Builder.CreateBitCast(NewCall, CI->getType());
4139 CI->replaceAllUsesWith(NewRetVal);

Completed in 32 milliseconds