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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 265 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
266 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 795 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
797 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 848 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
849 if (!LType && !SType) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 136 milliseconds