Home
last modified time | relevance | path

Searched refs:SType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/Integer/
Dconstexpr_bt.ll53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm/test/Feature/
Dconstexpr.ll51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/clang/lib/CodeGen/
DCGExprConstant.cpp795 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization() local
797 return llvm::ConstantStruct::get(SType, Elts); in EmitArrayInitialization()
1259 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); in EmitConstantValue() local
1260 return llvm::ConstantStruct::get(SType, Elts); in EmitConstantValue()
/external/llvm/lib/TableGen/
DTGParser.cpp848 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
849 if (!LType && !SType) { in ParseOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2042 unsigned SType = 0; in lowerATOMIC_FENCE() local
2045 DAG.getConstant(SType, MVT::i32)); in lowerATOMIC_FENCE()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp265 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
266 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()