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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp274 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
275 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp815 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local
817 return llvm::ConstantStruct::get(SType, Elts);
896 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local
898 return llvm::ConstantStruct::get(SType, Elts);
1431 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true);
1432 return llvm::ConstantStruct::get(SType, Elts);
/external/llvm/lib/TableGen/
H A DTGParser.cpp830 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
831 if (!LType && !SType) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2085 // FIXME: Set SType for weaker fences where supported/appropriate.
2086 unsigned SType = 0; local
2089 DAG.getConstant(SType, DL, MVT::i32));

Completed in 221 milliseconds