HomeSort by relevance Sort by last modified time
    Searched refs:ConstantCreator (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 39 struct ConstantCreator;
299 friend struct ConstantCreator<ConstantAggregateZero, Type, char>;
328 friend struct ConstantCreator<ConstantArray, ArrayType,
399 friend struct ConstantCreator<ConstantStruct, StructType,
460 friend struct ConstantCreator<ConstantVector, VectorType,
510 friend struct ConstantCreator<ConstantPointerNull, PointerType, char>;
589 friend struct ConstantCreator<ConstantExpr,Type,
    [all...]
InlineAsm.h 32 struct ConstantCreator;
35 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 372 // The number of operands for each ConstantCreator::create method is
374 // ConstantCreator - A class that is used to create constants by
394 struct ConstantCreator {
409 struct ConstantCreator<ConstantExpr, Type, ExprMapKeyType> {
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
524 struct ConstantCreator<ConstantPointerNull, PointerType, ValType> {
540 struct ConstantCreator<UndefValue, Type, ValType> {
555 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
640 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);

Completed in 273 milliseconds