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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp810 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local
812 return llvm::ConstantStruct::get(SType, Elts);
1232 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); local
1233 return llvm::ConstantStruct::get(SType, Elts);
/external/llvm/lib/TableGen/
H A DTGParser.cpp861 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
862 if (LType == 0 && SType == 0) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2013 // TODO: set SType according to the desired memory barrier behavior.
2016 unsigned SType = 0; local
2019 DAG.getConstant(SType, MVT::i32));
2025 // FIXME: Set SType for weaker fences where supported/appropriate.
2026 unsigned SType = 0; local
2029 DAG.getConstant(SType, MVT::i32));
/external/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 400 milliseconds