Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:STy

527   llvm::StructType *STy =
532 if (ValSTy->isLayoutIdentical(STy))
533 STy = ValSTy;
536 llvm::Constant *Result = llvm::ConstantStruct::get(STy, Elements);
652 llvm::StructType* STy =
654 return llvm::ConstantStruct::get(STy, Elts);
1121 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(),
1124 return llvm::ConstantStruct::get(STy, Complex);
1143 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(),
1146 return llvm::ConstantStruct::get(STy, Complex);