Searched refs:SType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp816 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local
818 return llvm::ConstantStruct::get(SType, Elts);
1237 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); local
1238 return llvm::ConstantStruct::get(SType, Elts);
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp861 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
862 if (LType == 0 && SType == 0) {
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1828 // FIXME: Set SType for weaker fences where supported/appropriate.
1829 unsigned SType = 0; local
1832 DAG.getConstant(SType, MVT::i32));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp275 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
276 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));

Completed in 147 milliseconds