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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 516 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
518 return Constant::getNullValue(ResTy);
520 return UndefValue::get(ResTy);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 500 QualType ResTy = FD->getResultType();
504 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResTy, Args);
513 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
    [all...]
CGExprScalar.cpp 619 llvm::Type *ResTy = DstTy;
648 if (DstTy != ResTy) {
649 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 480 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
481 if (ResTy == MatchOperand_Success)
486 if (ResTy == MatchOperand_ParseFail)
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 174 milliseconds