Searched refs:isIntN (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h93 /// isIntN - Checks if an signed integer fits into the given (dynamic)
95 inline bool isIntN(unsigned N, int64_t x) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h93 /// isIntN - Checks if an signed integer fits into the given (dynamic)
95 inline bool isIntN(unsigned N, int64_t x) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h358 bool isIntN(unsigned N) const { function in class:llvm::APInt
1625 inline bool isIntN(unsigned N, const APInt& APIVal) {
1626 return APIVal.isIntN(N);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp105 assert(isIntN(Size * 8 + 1, Value) &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCStreamer.cpp81 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp291 if (Len->getValue().isIntN(32))
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp2092 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
3599 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1466 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp4836 if (!isIntN(HalfSize, C->getSExtValue()))

Completed in 362 milliseconds