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

  /external/llvm/include/llvm/IR/
Type.h 353 Type *getStructElementType(unsigned N) const;
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 227 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx)))
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 396 Elements.push_back(getOrCreateType(T->getStructElementType(i)));
  /external/llvm/lib/IR/
Type.cpp 196 Type *Type::getStructElementType(unsigned N) const {
Constants.cpp 705 return Constant::getNullValue(getType()->getStructElementType(Elt));
738 return UndefValue::get(getType()->getStructElementType(Elt));
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 156 return !isFullSizeType(CGF.CGM, type->getStructElementType(0),
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]

Completed in 102 milliseconds