/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
split-gep.ll | 214 define float* @apint(i1 %a) { 222 ; CHECK-LABEL: @apint(
|
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 16 #include "llvm/ADT/APInt.h" 94 APInt conv(64, num);
|
/external/llvm/unittests/IR/ |
InstructionsTest.cpp | 304 ConstantInt *Ci32a = ConstantInt::get(C, APInt(32, 1492)); 305 ConstantInt *Ci32b = ConstantInt::get(C, APInt(32, 1948));
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 418 SDValue getConstant(const APInt &Val, EVT VT, bool isTarget = false, 426 SDValue getTargetConstant(const APInt &Val, EVT VT, bool isOpaque = false) { [all...] |
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.cpp | [all...] |
X86ISelLowering.h | 662 APInt &KnownZero, 663 APInt &KnownOne, 823 bool shouldConvertConstantLoadToIntImm(const APInt &Imm, [all...] |
/external/llvm/lib/Transforms/Scalar/ |
InductiveRangeCheckElimination.cpp | 631 APInt SMax = 632 APInt::getSignedMaxValue(cast<IntegerType>(S->getType())->getBitWidth()); 638 APInt SMin = 639 APInt::getSignedMinValue(cast<IntegerType>(S->getType())->getBitWidth()); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.td | 407 const APInt &v = N->getAPIntValue(); 414 const APInt &v = N->getAPIntValue(); 421 const APInt &v = N->getAPIntValue(); 428 const APInt &v = N->getAPIntValue(); 435 const APInt &v = N->getAPIntValue(); 444 const APInt &v = N->getAPIntValue(); 453 const APInt &v = N->getAPIntValue(); 454 APInt temp(32, 1); 459 const APInt &v = N->getAPIntValue(); 460 APInt temp(16, 1) [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 676 const APInt &IntVal =CFP->getValueAPF().bitcastToAPInt(); [all...] |
LegalizeIntegerTypes.cpp | 377 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | 291 ConstantInt *getInt(const APInt &AI) { 821 Value *CreateShl(Value *LHS, const APInt &RHS, const Twine &Name = "", [all...] |
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 37 class APInt; 555 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs, 608 const SCEV *getConstant(const APInt& Val); [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/IR/ |
Instructions.cpp | [all...] |
Type.cpp | 331 APInt IntegerType::getMask() const { 332 return APInt::getAllOnesValue(getBitWidth());
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | 669 APInt KnownZero, KnownOne; 718 APInt KnownZero, KnownOne; 742 APInt KnownZero, KnownOne; [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 400 APInt Not = ~RHSC->getValue(); 451 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) [all...] |
/external/clang/lib/Analysis/ |
BodyFarm.cpp | 215 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
|
/external/lldb/source/Symbol/ |
ClangASTContext.cpp | [all...] |
/external/llvm/lib/Analysis/ |
IVUsers.cpp | 133 // LSR is not APInt clean, do not touch integers bigger than 64-bits.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.cpp | 678 const APInt FltVal = FPImm.bitcastToAPInt(); 720 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, DIType Ty) { 725 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { 735 // Get the raw data form of the large APInt. [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 37 class APInt; 592 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record); [all...] |