Searched refs:OperandTraits (Results 26 - 32 of 32) sorted by relevance

12

/external/llvm/include/llvm/IR/
H A DFunction.h27 #include "llvm/IR/OperandTraits.h"
656 struct OperandTraits<Function> : public HungoffOperandTraits<3> {}; struct in namespace:llvm
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h30 #include "llvm/IR/OperandTraits.h"
683 struct OperandTraits<Function> : public HungoffOperandTraits<3> {}; struct in namespace:llvm
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp593 OperandTraits<ConstantArray>::op_end(this) - V.size(),
668 OperandTraits<ConstantStruct>::op_end(this) - V.size(),
702 OperandTraits<ConstantVector>::op_end(this) - V.size(),
1885 OperandTraits<GetElementPtrConstantExpr>::op_end(this)
/external/llvm/lib/IR/
H A DFunction.cpp261 OperandTraits<Function>::op_begin(this), 0, Linkage, name) {
H A DConstants.cpp873 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(),
2266 OperandTraits<GetElementPtrConstantExpr>::op_end(this) -
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp27 #include "llvm/OperandTraits.h"
203 struct OperandTraits<ConstantPlaceHolder> : struct in namespace:llvm
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp30 #include "llvm/IR/OperandTraits.h"
935 struct OperandTraits<ConstantPlaceHolder> : struct in namespace:__anon12629::BitcodeReaderValueList::llvm

Completed in 331 milliseconds

12