Home
last modified time | relevance | path

Searched refs:getRetAttribute (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h454 Attribute getRetAttribute(Attribute::AttrKind Kind) const;
H A DInstrTypes.h1605 return F->getRetAttribute(Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp770 Attribute Function::getRetAttribute(Attribute::AttrKind Kind) const { in getRetAttribute() function in Function
H A DInstructions.cpp383 FnAttr = F->getRetAttribute(Attribute::Range); in getRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp1355 Attribute RangeAttr = F.getRetAttribute(Attribute::Range); in runImpl()