Searched refs:ValRange (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 509 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4531 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local 4534 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 4545 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 4549 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 4553 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel() 4562 Val, ValRange); in ParseDirectiveAMDHSAKernel() 4568 ValRange); in ParseDirectiveAMDHSAKernel() 4574 ValRange); in ParseDirectiveAMDHSAKernel() 4580 Val, ValRange); in ParseDirectiveAMDHSAKernel() 4586 ValRange); in ParseDirectiveAMDHSAKernel() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 404 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local 411 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst() 412 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 1972 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument 1974 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 1978 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit() 1995 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument 1996 assert(CondRange.size() == ValRange.size() && in get() 2001 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2013 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()
|