Searched refs:SType (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprConstant.cpp | 813 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization() local 815 return llvm::ConstantStruct::get(SType, Elts); in EmitArrayInitialization() 894 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitDesignatedInitUpdater() local 896 return llvm::ConstantStruct::get(SType, Elts); in EmitDesignatedInitUpdater() 1415 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); in EmitConstantValue() local 1416 return llvm::ConstantStruct::get(SType, Elts); in EmitConstantValue()
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | TGParser.cpp | 830 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local 831 if (!LType && !SType) { in ParseOperation()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 2073 unsigned SType = 0; in lowerATOMIC_FENCE() local 2076 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeDAG.cpp | 265 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local 266 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
|