HomeSort by relevance Sort by last modified time
    Searched refs:ResTy (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 747 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
748 if (ResTy != MatchOperand_Success || !Offset)
761 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
766 if (ResTy == MatchOperand_Success || ResTy == MatchOperand_ParseFail)
767 return ResTy;
788 ResTy = MatchOperand_Success;
790 ResTy = parseMEMOperand(Operands);
793 if (ResTy != MatchOperand_Success)
794 return ResTy;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 499 QualType ResTy = msg.getResultType();
506 if (ResTy->isReferenceType()) {
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 743 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
744 if (ResTy == MatchOperand_Success)
750 if (ResTy == MatchOperand_ParseFail)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 832 llvm::Type *ResTy = DstTy;
    [all...]
CGCXXABI.h 336 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 749 Type *ResTy = GEP->getType();
753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI))
777 Res = ConstantExpr::getIntToPtr(Res, ResTy);
826 return ConstantExpr::getIntToPtr(C, ResTy);
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 486 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
488 return Constant::getNullValue(ResTy);
490 return UndefValue::get(ResTy);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/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/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 442 Type *ResTy = II.getType();
447 return Constant::getNullValue(ResTy);
458 APInt Result(ResTy->getPrimitiveSizeInBits(), 0);
475 return Constant::getIntegerValue(ResTy, Result);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]

Completed in 1498 milliseconds

1 2