/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 46 bool isSigned() const { return IsSigned; } in isSigned() function 118 inline bool isSigned() const { return Sema.isSigned(); } in isSigned() function
|
H A D | APSInt.h | 76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Boolean.h | 69 constexpr static bool isSigned() { return false; } in isSigned() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 94 bool isSigned) { in fromBinOp() 492 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 100 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 231 bool isSigned() const { return IsSigned; } in isSigned() function
|
H A D | TargetFolder.h | 183 bool isSigned) const override { in CreateIntCast()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 610 bool isSigned) override { in mkBVAddNoOverflow() 637 bool isSigned) override { in mkBVSubNoUnderflow() 662 bool isSigned) override { in mkBVMulNoOverflow()
|
H A D | APFloat.cpp | 2281 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger() 2395 unsigned int width, bool isSigned, in convertToInteger() 2454 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt() 2473 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger() 2499 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1521 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() 1566 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() 1675 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv() 1704 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
|
H A D | ARMBaseRegisterInfo.cpp | 715 bool isSigned = true; in isFrameOffsetLegal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 237 bool isSigned) const override { in CreateIntCast()
|
H A D | ConstantFolder.h | 203 bool isSigned) const override { in CreateIntCast()
|
H A D | IntrinsicInst.h | 507 bool isSigned() const { return ICmpInst::isSigned(getPredicate()); }; in isSigned() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 474 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 444 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
|
H A D | Constants.cpp | 899 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() 909 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() 2059 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { in getIntegerCast()
|
H A D | ConstantFold.cpp | 1704 bool isSigned) { in evaluateICmpRelation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 246 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned() function in AMDGPUCodeGenPrepare 251 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned() function in AMDGPUCodeGenPrepare
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1980 bool isSigned) { in ExpandLibCall() 2071 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() 2132 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local 2296 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() local 3259 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 167 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 432 bool isSigned() const { return IsSigned; } in isSigned() function
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 87 bool isSigned() const { return Signed; } in isSigned() function in __anon47288a980111::SVEType
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 4288 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local 4405 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local
|