Searched refs:ValRange (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 510 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local 513 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral() 514 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral() 517 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral() 518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral() 519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral() 542 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local 546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral() 547 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral() 586 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5848 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local 5855 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5875 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5880 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5884 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5897 ExprVal, ValRange); in ParseDirectiveAMDHSAKernel() 5906 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5908 ValRange); in ParseDirectiveAMDHSAKernel() 5919 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 5921 ValRange); in ParseDirectiveAMDHSAKernel() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 415 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local 422 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst() 423 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 935 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() local 937 ValRange}; in EvaluateDirectiveExpression() 970 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() local 971 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression()
|