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

  /external/llvm/lib/IR/
Constants.cpp 927 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
939 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 645 /// getTypeForElements - Return an anonymous struct type to use for a constant
647 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
658 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
661 "ConstantStruct::getTypeForElements cannot be called on empty list");
662 return getTypeForElements(V[0]->getContext(), V, Packed);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp     [all...]

Completed in 634 milliseconds