Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp349 llvm::StringRef argValue = llvm::StringRef(arg->getValue()); in parseFrontendArgs() local
351 if (argValue == "none") { in parseFrontendArgs()
353 } else if (argValue.getAsInteger(/*Radix=*/10, columns)) { in parseFrontendArgs()
401 llvm::StringRef argValue = arg->getValue(); in parseFrontendArgs() local
402 if (argValue == "utf-8") { in parseFrontendArgs()
404 } else if (argValue == "latin-1") { in parseFrontendArgs()
408 << arg->getAsString(args) << argValue; in parseFrontendArgs()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp421 Value argValue, const TPredicate &regionPredicate) { in introduceClonesForRegionSuccessors() argument
436 llvm::find(regionSuccessor->getSuccessorInputs(), argValue) in introduceClonesForRegionSuccessors()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp936 SVal argValue = Call.getArgSVal(i); in checkPostCall() local
937 if (hasLocalizedState(argValue, C)) { in checkPostCall()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp426 auto argValue = funcOp.getArgument(i); in processFunction() local
427 valueMap[operands[1]] = argValue; in processFunction()