Searched defs:ValueOperands (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/IR/
H A DConstants.cpp2827 SmallVector<Value*,4> ValueOperands; local
2829 ValueOperands.push_back(cast<Value>(I));
2831 ArrayRef<Value*> Ops(ValueOperands);

Completed in 485 milliseconds