Searched refs:replacementValue (Results 1 – 3 of 3) sorted by relevance
694 Value replacementValue = mapping.lookupOrDefault(origArg); in materializeLiveConversions() local695 bool isDroppedArg = replacementValue == origArg; in materializeLiveConversions()699 rewriter.setInsertionPointAfterValue(replacementValue); in materializeLiveConversions()704 isDroppedArg ? ValueRange() : ValueRange(replacementValue)); in materializeLiveConversions()716 diag << ", with target type " << replacementValue.getType(); in materializeLiveConversions()787 if (inputMap->replacementValue) { in applySignatureConversion()791 mapping.map(origArg, inputMap->replacementValue); in applySignatureConversion()2941 Value replacementValue) { in remapInput() argument2944 InputMapping{origInputNo, /*size=*/0, replacementValue}; in remapInput()
276 llvm::Value *&replacementValue) -> InsertPointTy { in convertOmpParallel() argument277 replacementValue = &vPtr; in convertOmpParallel()644 llvm::Value *&replacementValue) -> InsertPointTy { in convertOmpSections() argument645 replacementValue = &vPtr; in convertOmpSections()
49 Value replacementValue; member