Home
last modified time | relevance | path

Searched refs:data_operands_begin (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h183 return data_operands_begin() <= U && U < data_operands_end(); in isDataOperand()
232 return U - data_operands_begin(); in getDataOperandNo()
245 IterTy data_operands_begin() const { in data_operands_begin() function
254 return make_range(data_operands_begin(), data_operands_end()); in data_ops()
257 return data_operands_end() == data_operands_begin(); in data_operands_empty()
260 return std::distance(data_operands_begin(), data_operands_end()); in data_operands_size()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp276 CS.data_operands_begin(), E = CS.data_operands_end(); in PointerMayBeCaptured()
DAliasAnalysis.cpp577 for (auto CI = CS.data_operands_begin(), CE = CS.data_operands_end(); in callCapturesBefore()
DBasicAliasAnalysis.cpp827 for (auto CI = CS.data_operands_begin(), CE = CS.data_operands_end(); in getModRefInfo()
/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()