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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp769 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local
771 return llvm::ConstantStruct::get(SType, Elts);
1204 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); local
1205 return llvm::ConstantStruct::get(SType, Elts);
/external/llvm/lib/TableGen/
H A DTGParser.cpp851 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
852 if (!LType && !SType) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1927 // FIXME: Set SType for weaker fences where supported/appropriate.
1928 unsigned SType = 0; local
1931 DAG.getConstant(SType, MVT::i32));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp280 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
281 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));

Completed in 190 milliseconds