Home
last modified time | relevance | path

Searched defs:NewRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp37 void ConstantRangeList::insert(const ConstantRange &NewRange) { in insert()
H A DMetadata.cpp1279 ConstantRange NewRange(Low->getValue(), High->getValue()); in tryMergeRange() local
H A DAttributes.cpp1088 ConstantRange NewRange = Range0.unionWith(Range1); in intersectWith() local
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp55 const Annotation &NewRange = OpenRanges.back(); in Annotations() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp953 SubRange *NewRange = createSubRange(Allocator, ToApply); in refineSubRanges() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1466 if (auto NewRange = NewAB.getRange()) { in AddParamAndFnBasicAttributes() local
1646 Attribute NewRange = AL.getRetAttr(Attribute::Range); in AddReturnAttributes() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2819 auto setComplexRange = [&](LangOptions::ComplexRangeKind NewRange) { in RenderFloatingPointOptions()