Searched refs:isInt (Results 1 - 25 of 46) sorted by path

12

/external/clang/include/clang/AST/
H A DAPValue.h176 bool isInt() const { return Kind == Int; } function in class:clang::APValue
195 assert(isInt() && "Invalid accessor");
342 assert(isInt() && "Invalid accessor");
/external/clang/lib/AST/
H A DExprConstant.cpp1223 if (SVal.isInt()) {
1241 if (Elt.isInt()) {
3123 if (Value.isInt()) {
4082 if (!Val.isInt()) {
4627 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
4640 RHSVal.isLValue() && LHSVal.isInt()) {
4669 if (!LHSVal.isInt() || !RHSVal.isInt())
5301 if (!Result.isInt()) return Error(E);
5311 if (!Result.isInt()) retur
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp2639 if (switchCond->Val.isInt()) {
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp180 if (Result.Val.isInt())
H A DCGDebugInfo.cpp725 if (Value && Value->isInt()) {
H A DCGExprConstant.cpp1156 if (Elt.isInt())
/external/clang/lib/Sema/
H A DSemaChecking.cpp3936 if (result.isInt())
H A DSemaExpr.cpp9992 EvalResult.Val.isInt() && !EvalResult.HasSideEffects;
/external/clang/test/PCH/
H A Dcxx-templates.h88 bool isInt(int x);
90 template<> bool isInt<8>(int x) { function
/external/llvm/include/llvm/Support/
H A DMathExtras.h35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) { function in namespace:llvm
42 inline bool isInt<8>(int64_t x) { function in namespace:llvm
46 inline bool isInt<16>(int64_t x) { function in namespace:llvm
50 inline bool isInt<32>(int64_t x) { function in namespace:llvm
58 return isInt<N+S>(x) && (x % (1<<S) == 0);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2057 if (Entry.isInt()) {
H A DDwarfDebug.h114 bool isInt() const { return EntryKind == E_Integer; } function in struct:llvm::DotDebugLocEntry
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3362 bool isInt = LHS.getValueType().isInteger(); local
3364 isInt);
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp759 assert(isInt<64>(Addend));
761 assert(isInt<32>(Addend));
/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp127 if (isInt<10>(FrameSize)) {
134 } else if (isInt<16>(FrameSize)) {
205 if (isInt<10>(FrameSize + LinkSlotOffset)) {
H A DSPUISelDAGToDAG.cpp44 return isInt<10>(CN->getSExtValue());
58 return isInt<10>(CN->getSExtValue());
865 if (isInt<10>(CN->getSExtValue())) {
H A DSPUISelLowering.cpp1592 if (isInt<10>(Value))
3246 return isInt<10>(Imm);
3258 if (AM.BaseGV ==0 && AM.HasBaseReg && AM.Scale == 0 && isInt<14>(AM.BaseOffs))
H A DSPURegisterInfo.cpp297 if ((MI.getOpcode() == SPU::AIr32 && !isInt<10>(Offset))
298 || !isInt<14>(Offset)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp117 return isInt<11>(v);
287 if (MemType == MVT::i8 && isInt<11>(Offset)) {
1016 if (isInt<9>(CN->getSExtValue())) {
1044 if (isInt<9>(CN->getSExtValue())) {
1452 if (isInt<13>(CN->getSExtValue()))
H A DHexagonInstrInfo.cpp1321 return isInt<12>(MI->getOperand(1).getImm());
1374 return isInt<4>(MI->getOperand(3).getImm());
1380 isInt<6>(MI->getOperand(2).getImm()));
1383 return isInt<8>(MI->getOperand(2).getImm());
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp134 if (isInt<10>(BranchSize)) {
/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp42 if (isInt<16>(-StackSize))
59 if (isInt<16>(StackSize))
H A DMipsAnalyzeImmediate.cpp96 if (!isInt<16>(ShiftedImm))
H A DMipsISelDAGToDAG.cpp316 if (isInt<16>(CN->getSExtValue())) {
H A DMipsISelLowering.cpp3382 if (isInt<16>(Val)) {
3412 if ((isInt<32>(Val)) && ((Val & 0xffff) == 0)){
3432 if ((isInt<15>(Val))) {

Completed in 483 milliseconds

12