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

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGParser.cpp868 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType()); local
869 if (LType == 0 && SType == 0) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2130 // TODO: set SType according to the desired memory barrier behavior.
2133 unsigned SType = 0; local
2136 DAG.getConstant(SType, MVT::i32));
2142 // FIXME: Set SType for weaker fences where supported/appropriate.
2143 unsigned SType = 0; local
2146 DAG.getConstant(SType, MVT::i32));
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp272 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
273 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));

Completed in 144 milliseconds