HomeSort by relevance Sort by last modified time
    Searched refs:APInt (Results 201 - 225 of 248) sorted by null

1 2 3 4 5 6 7 8910

  /external/clang/include/clang/Serialization/
ASTReader.h 35 #include "llvm/ADT/APInt.h"
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 21 #include "llvm/ADT/APInt.h"
139 llvm::APInt Code(64, llvm::hash_value(AbsModuleMapPath.str().lower()));
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 750 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaInit.cpp 24 #include "llvm/ADT/APInt.h"
159 llvm::APInt ConstVal(32, StrLength);
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 38 #include "llvm/ADT/APInt.h"
    [all...]
SemaPseudoObject.cpp 476 llvm::APInt oneV(S.Context.getTypeSize(S.Context.IntTy), 1);
    [all...]
SemaExprObjC.cpp 73 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1),
    [all...]
TreeTransform.h 675 const llvm::APInt *Size,
687 const llvm::APInt &Size,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 660 const llvm::APInt &Val) {
676 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V,
688 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V,
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 31 class APInt;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 474 llvm::APInt(32, (uint64_t)(isSignedInteger ? 1 : 0)))
    [all...]
CGDebugInfo.cpp     [all...]
CGObjC.cpp 101 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
    [all...]
TargetInfo.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 219 APInt IntVal(IntBitWidth, x);
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 2408 milliseconds

1 2 3 4 5 6 7 8910