Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp509 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local
512 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral()
513 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
516 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral()
517 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
518 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
541 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local
545 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
546 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
585 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp3737 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local
3740 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3751 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3755 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3760 Val, ValRange); in ParseDirectiveAMDHSAKernel()
3766 ValRange); in ParseDirectiveAMDHSAKernel()
3772 ValRange); in ParseDirectiveAMDHSAKernel()
3778 Val, ValRange); in ParseDirectiveAMDHSAKernel()
3784 ValRange); in ParseDirectiveAMDHSAKernel()
3790 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp500 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in processSwitchInst() local
507 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in processSwitchInst()
508 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in processSwitchInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp1784 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
1786 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
1790 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
1807 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
1808 assert(CondRange.size() == ValRange.size() && in get()
1813 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
1825 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()