Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.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 …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4963 ValRange); in ParseDirectiveAMDHSAKernel()
4969 ValRange); in ParseDirectiveAMDHSAKernel()
4981 ValRange); in ParseDirectiveAMDHSAKernel()
4991 ValRange); in ParseDirectiveAMDHSAKernel()
5028 ValRange); in ParseDirectiveAMDHSAKernel()
5032 ValRange); in ParseDirectiveAMDHSAKernel()
5036 ValRange); in ParseDirectiveAMDHSAKernel()
5046 VGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
5049 SGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
5132 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp413 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local
420 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
421 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2093 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
2095 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
2099 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
2115 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
2116 assert(CondRange.size() == ValRange.size() && in get()
2120 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
2133 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()