Home
last modified time | relevance | path

Searched defs:ValRange (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp942 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 DRewriteObjCFoundationAPI.cpp510 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 DLowerSwitch.cpp417 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); ProcessSwitchInst() local
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2416 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 DAMDGPUAsmParser.cpp5481 SMRange ValRange = SMRange(ValStart, ValEnd); ParseDirectiveAMDHSAKernel() local
[all...]