HomeSort by relevance Sort by last modified time
    Searched refs:APInt (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 682 APInt APVal, APUndef;
    [all...]
PPCISelDAGToDAG.cpp 379 APInt LKZ, LKO, RKZ, RKO;
    [all...]
  /external/clang/lib/AST/
Type.cpp 77 const llvm::APInt &NumElements) {
85 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 514 const APInt FltVal = FPImm.bitcastToAPInt();
555 // Get the raw data form of the large APInt.
556 const APInt Val = CI->getValue();
    [all...]
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 142 const APInt &BVal = CB->getValue();
143 const APInt &CVal = CC->getValue();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
Sema.cpp 560 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaPseudoObject.cpp 409 llvm::APInt oneV(S.Context.getTypeSize(S.Context.IntTy), 1);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 34 #include "llvm/ADT/APInt.h"
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 765 APInt KnownZero(BitWidth, 0), KnownOne(BitWidth, 0);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 462 const APInt &RA = RC->getValue()->getValue();
476 const APInt &LA = C->getValue()->getValue();
477 const APInt &RA = RC->getValue()->getValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h 32 class APInt;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 835 // bits are not in the same order as a normal i80 APInt, compensate.
836 APInt api = CFP->getValueAPF().bitcastToAPInt();
841 APInt api = CFP->getValueAPF().bitcastToAPInt();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 827 // bits are not in the same order as a normal i80 APInt, compensate.
828 APInt api = CFP->getValueAPF().bitcastToAPInt();
833 APInt api = CFP->getValueAPF().bitcastToAPInt();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 749 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 883 milliseconds

1 2 3 4 56 7 8