Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5004 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local
5007 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5018 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5022 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5026 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
5037 Val, ValRange); in ParseDirectiveAMDHSAKernel()
5043 ValRange); in ParseDirectiveAMDHSAKernel()
5049 ValRange); in ParseDirectiveAMDHSAKernel()
5055 Val, ValRange); in ParseDirectiveAMDHSAKernel()
5061 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp2178 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
2180 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
2184 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
2199 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
2200 assert(CondRange.size() == ValRange.size() && in get()
2204 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
2217 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()