Home
last modified time | relevance | path

Searched refs:NonConstThis (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2194 auto *NonConstThis = const_cast<CallBase *>(this);
2195 return NonConstThis->bundle_op_info_begin();
2211 auto *NonConstThis = const_cast<CallBase *>(this);
2212 return NonConstThis->bundle_op_info_end();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9485 auto *NonConstThis = const_cast<AAFunctionReachabilityFunction *>(this); in canReach() local
9488 NonConstThis->ReachableQueries.insert(Fn); in canReach()
9490 NonConstThis->UnreachableQueries.insert(Fn); in canReach()