Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/include/llvm/IR/
DConstants.h185 bool isMaxValue(bool isSigned) const { in isMaxValue()
197 bool isMinValue(bool isSigned) const { in isMinValue()
DConstantFolder.h163 bool isSigned) const { in CreateIntCast()
DNoFolder.h222 bool isSigned) const { in CreateIntCast()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp151 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local
166 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local
/external/llvm/include/llvm/ADT/
DAPSInt.h49 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dmct.c233 OPJ_UINT32 isSigned) in opj_mct_encode_custom()
286 OPJ_UINT32 isSigned) in opj_mct_decode_custom()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2032 bool isSigned) { in ExpandLibCall()
2079 bool isSigned, SDLoc dl) { in ExpandLibCall()
2111 bool isSigned) { in ExpandChainLibCall()
2158 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2177 static bool isDivRemLibcallAvailable(SDNode *Node, bool isSigned, in isDivRemLibcallAvailable()
2194 static bool useDivRem(SDNode *Node, bool isSigned, bool isDIV) { in useDivRem()
2224 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2398 SDValue SelectionDAGLegalize::ExpandLegalINT_TO_FP(bool isSigned, in ExpandLegalINT_TO_FP()
2599 bool isSigned, in PromoteLegalINT_TO_FP()
2641 bool isSigned, in PromoteLegalFP_TO_INT()
[all …]
DLegalizeTypes.cpp1008 bool isSigned) { in LibCallify()
1036 bool isSigned) { in ExpandChainLibCall()
DLegalizeVectorOps.cpp414 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned() method in JDBCResultSetMetaData
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp264 bool isSigned, bool Inside) { in InsertRangeTest()
803 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldAndOfICmps() local
1602 bool isSigned = LHS->isSigned() || RHS->isSigned(); in FoldOrOfICmps() local
2460 bool isSigned = LHS->isSigned() || RHS->isSigned(); in visitXor() local
DInstCombineMulDivRem.cpp751 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
775 bool isSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp376 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
472 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
765 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1078 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
Des31fShaderAtomicOpTests.cpp422 const bool isSigned = m_type == TYPE_INT; in getInputs() local
496 const bool isSigned = m_type == TYPE_INT; in ShaderAtomicMaxCase() local
504 const bool isSigned = m_type == TYPE_INT; in getInputs() local
/external/llvm/lib/Support/
DAPFloat.cpp2066 bool isSigned, in convertToSignExtendedInteger()
2178 bool isSigned, in convertToInteger()
2259 bool isSigned, in convertFromAPInt()
2280 bool isSigned, in convertFromSignExtendedInteger()
2307 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h174 bool isSigned) const { in CreateIntCast()
/external/smack/src/org/xbill/DNS/
DMessage.java285 isSigned() { in isSigned() method in Message
/external/llvm/unittests/ADT/
DAPIntTest.cpp385 bool isSigned; in TEST() local
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1762 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local
1776 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1548 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP()
1592 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI()
1700 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv()
1728 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
DARMBaseRegisterInfo.cpp650 bool isSigned = true; in isFrameOffsetLegal() local
/external/clang/lib/Frontend/
DInitPreprocessor.cpp184 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/external/protobuf/java/src/main/java/com/google/protobuf/
DTextFormat.java1253 final boolean isSigned, in parseInteger()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp742 bool isSigned = ShiftInst->isArithmeticShift(); in optimizeBitExtract() local
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp742 bool isSigned = ShiftInst->isArithmeticShift(); in optimizeBitExtract() local

12