Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h155 return data_operands_begin() <= U && U < data_operands_end(); in isDataOperand()
205 return U - data_operands_begin(); in getDataOperandNo()
218 IterTy data_operands_begin() const { in data_operands_begin() function
227 return make_range(data_operands_begin(), data_operands_end()); in data_ops()
230 return data_operands_end() == data_operands_begin(); in data_operands_empty()
233 return std::distance(data_operands_begin(), data_operands_end()); in data_operands_size()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp261 CS.data_operands_begin(), E = CS.data_operands_end(); in PointerMayBeCaptured()
DAliasAnalysis.cpp453 for (auto CI = CS.data_operands_begin(), CE = CS.data_operands_end(); in callCapturesBefore()
DBasicAliasAnalysis.cpp729 for (auto CI = CS.data_operands_begin(), CE = CS.data_operands_end(); in getModRefInfo()