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 810 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
812 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 861 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
862 if (LType == 0 && SType == 0) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 275 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
276 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]

Completed in 71 milliseconds