Searched defs:OperandBundleDef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstrTypes.h1237 /// OperandBundleDef and ConstOperandBundleDef.
1263 typedef OperandBundleDefT<Value *> OperandBundleDef; typedef in namespace:llvm
1414 void getOperandBundlesAsDefs(SmallVectorImpl<OperandBundleDef> &Defs) const {
1583 /// Each \p OperandBundleDef instance is tracked by a OperandBundleInfo
1585 OpIteratorTy populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles,
1623 static unsigned CountBundleInputs(ArrayRef<OperandBundleDef> Bundles) {

Completed in 70 milliseconds