HomeSort by relevance Sort by last modified time
    Searched refs:SType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGExprConstant.cpp 723 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
725 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 782 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType());
783 if (LType == 0 && SType == 0) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]

Completed in 78 milliseconds