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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 271 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
830 return llvm::ConstantStruct::get(SType, Elts);
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
911 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
826 if (!LType && !SType) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType());
746 if (LType == 0 && SType == 0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 307 milliseconds