Home
last modified time | relevance | path

Searched refs:removeAttributes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp99 AS = AS.removeAttributes(C, B_align); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp675 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1324 AttributeSet NewAttrs = Attrs.removeAttributes(C, AttrsToRemove); in removeAttributesAtIndex()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h344 removeAttributes(LLVMContext &C, const AttributeMask &AttrsToRemove) const;
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3375 AttrBuilder AB(Ctx, CallerPAL.getParamAttrs(i).removeAttributes( in transformConstExprCastCall()
3381 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs)); in transformConstExprCastCall()