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

  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 46 Ty->getStructElementType(0)->isFP128Ty())
  /external/llvm/include/llvm/IR/
Type.h 348 Type *getStructElementType(unsigned N) const;
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 227 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx)))
  /external/llvm/lib/IR/
Type.cpp 193 Type *Type::getStructElementType(unsigned N) const {
Constants.cpp 779 return Constant::getNullValue(getType()->getStructElementType(Elt));
820 return UndefValue::get(getType()->getStructElementType(Elt));
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 353 return !isFullSizeType(CGF.CGM, type->getStructElementType(0),
    [all...]

Completed in 435 milliseconds