HomeSort by relevance Sort by last modified time
    Searched full:apint (Results 201 - 225 of 293) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 605 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 588 llvm::APInt IntValue = IntLiteral->getValue();
640 llvm::APInt L1 = IntLiteral->getValue();
641 llvm::APInt L2 = IntLiteral2->getValue();
650 llvm::APInt IntValue = IntLiteral->getValue();
762 ((L1 < L2) ? L1 : L2) + llvm::APSInt(llvm::APInt(L1.getBitWidth(), 1),
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 13 #include "llvm/ADT/APInt.h"
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 31 class APInt;
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 21 #include "llvm/ADT/APInt.h"
151 llvm::APInt(64, size_t(Hash)).toStringUnsigned(HashStr, /*Radix*/36);
    [all...]
Preprocessor.cpp 812 llvm::APInt APVal(64, 0);
  /external/llvm/test/CodeGen/PowerPC/
pr15031.ll 253 %"class.llvm::ConstantInt" = type { %"class.llvm::Constant", %"class.llvm::APInt" }
254 %"class.llvm::APInt" = type { i32, %union.anon.189 }
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 176 ConstantInt::get(getGlobalContext(), APInt(8, 0)));
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 961 llvm::APInt api = Val.getInt();
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
Expr.cpp 698 const llvm::APInt &Val) {
714 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V,
726 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 711 APInt Imm(64, SrcOp.getImm());
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 16 #include "llvm/ADT/APInt.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 537 const APInt &RA = RC->getValue()->getValue();
551 const APInt &LA = C->getValue()->getValue();
552 const APInt &RA = RC->getValue()->getValue();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaInit.cpp 24 #include "llvm/ADT/APInt.h"
159 llvm::APInt ConstVal(32, StrLength);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 1116 milliseconds

1 2 3 4 5 6 7 891011>>