Searched refs:isSigned (Results 51 - 68 of 68) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp486 assert(IV.isSigned() == OOE->getType()->isSignedIntegerOrEnumerationType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2085 bool isSigned; local
2087 isSigned = false; /*sign irrelevant*/
2097 isSigned = false;
2108 isSigned = true;
2121 SplitInteger(MakeLibCall(LC, VT, Ops, 2, isSigned, dl), Lo, Hi);
/external/clang/lib/AST/
H A DItaniumMangle.cpp627 if (Value.isSigned() && Value.isNegative()) {
631 Value.print(Out, Value.isSigned());
H A DASTImporter.cpp234 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
245 if (I1.isSigned()) {
/external/llvm/include/llvm-c/
H A DCore.h670 LLVMBool isSigned);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp243 SDNode *SelectV6T2BitfieldExtractOp(SDNode *N, bool isSigned);
2044 bool isSigned) {
2048 unsigned Opc = isSigned ? (Subtarget->isThumb() ? ARM::t2SBFX : ARM::SBFX)
2043 SelectV6T2BitfieldExtractOp(SDNode *N, bool isSigned) argument
H A DARMISelLowering.cpp4493 /// element has been zero/sign-extended, depending on the isSigned parameter,
4496 bool isSigned) {
4512 if (isSigned) {
4531 if (isSigned) {
7497 static bool isConstVecPow2(SDValue ConstVec, bool isSigned, uint64_t &C) argument
7509 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact)
7543 bool isSigned = N->getOpcode() == ISD::FP_TO_SINT; local
7546 !isConstVecPow2(ConstVec, isSigned, C))
7549 unsigned IntrinsicOpcode = isSigned ? Intrinsic::arm_neon_vcvtfp2fxs :
7579 bool isSigned local
4495 isExtendedBUILD_VECTOR(SDNode *N, SelectionDAG &DAG, bool isSigned) argument
[all...]
/external/clang/lib/Sema/
H A DSemaInit.cpp2148 if (Value.isSigned() && Value.isNegative())
2497 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
2587 ConvertedValue.setIsSigned(InitializerValue.isSigned());
H A DSemaChecking.cpp2847 if (value.isSigned() && value.isNegative())
3323 if (Value.isSigned() && Value.isNegative())
H A DSemaType.cpp1306 if (ConstVal.isSigned() && ConstVal.isNegative()) {
3226 if (addrSpace.isSigned()) {
H A DSemaDeclAttr.cpp1809 if (Idx.isSigned() && Idx.isNegative()) {
1830 if ((Idx.isSigned() && Idx.isNegative()) || nullPos > 1) {
H A DSemaDecl.cpp3439 if (Res.isSigned() && Res.isNegative()) {
8328 if (Value.isSigned() && Value.isNegative()) {
H A DSemaTemplate.cpp3838 && (OldValue.isSigned() && OldValue.isNegative())) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp837 if (LHS.isSigned() ? RHS.slt(LHS) : RHS.ult(LHS))
H A DCGExpr.cpp904 if (Info.isSigned()) {
1063 if (Info.isSigned()) {
H A DCGExprScalar.cpp1908 bool isSigned = indexOperand->getType()->isSignedIntegerOrEnumerationType(); local
1909 index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
/external/llvm/lib/AsmParser/
H A DLLParser.cpp856 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned())
1590 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() ||
/external/llvm/lib/VMCore/
H A DCore.cpp965 LLVMBool isSigned) {
967 unwrap(ToType), isSigned));
2152 /*isSigned*/true, Name));
964 LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType, LLVMBool isSigned) argument

Completed in 478 milliseconds

123