Home
last modified time | relevance | path

Searched refs:ValRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp510 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/clang/lib/Lex/
H A DPPExpressions.cpp927 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() local
929 ValRange}; in EvaluateDirectiveExpression()
942 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() local
943 return {std::nullopt, false, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression()
960 SourceRange ValRange = ResVal.getRange(); in EvaluateDirectiveExpression() local
961 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5486 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local
5493 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5513 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5518 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5522 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5535 ExprVal, ValRange); in ParseDirectiveAMDHSAKernel()
5544 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5546 ValRange); in ParseDirectiveAMDHSAKernel()
5557 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5559 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp417 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local
424 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
425 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2416 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
2418 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
2422 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
2437 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
2438 assert(CondRange.size() == ValRange.size() && in get()
2442 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
2455 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()