Searched defs:ValRange (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 942 return {std::nullopt, false, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression() local 960 return {std::move(ResVal.Val), IsNonZero, DT.IncludedUndefinedIds, ValRange}; in EvaluateDirectiveExpression() local 927 SourceRange ValRange = ResVal.getRange(); EvaluateDirectiveExpression() local
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 510 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local 542 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local 586 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 417 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); ProcessSwitchInst() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2416 ProfileCondOpInit(FoldingSetNodeID & ID,ArrayRef<Init * > CondRange,ArrayRef<Init * > ValRange,const RecTy * ValType) ProfileCondOpInit() argument 2437 get(ArrayRef<Init * > CondRange,ArrayRef<Init * > ValRange,RecTy * Ty) get() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 5481 SMRange ValRange = SMRange(ValStart, ValEnd); ParseDirectiveAMDHSAKernel() local [all...] |