Searched refs:APVal (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 868 llvm::APInt APVal(64, 0); in parseSimpleIntegerLiteral() local 869 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral() 872 Value = APVal.getLimitedValue(); in parseSimpleIntegerLiteral()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 580 APInt APVal(NumBytes*8, Val); in ConvertUsesToScalar() local 585 APVal |= APVal << 8; in ConvertUsesToScalar() 589 ConstantInt::get(User->getContext(), APVal), in ConvertUsesToScalar()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 644 APInt APVal, APUndef; in isAllNegativeZeroVector() local 648 if (BV->isConstantSplat(APVal, APUndef, BitSize, HasAnyUndefs, 32, true)) in isAllNegativeZeroVector()
|