Home
last modified time | relevance | path

Searched defs:IsNegative (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp901 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local
928 bool IsNegative = false; in demangleUnsigned() local
937 bool IsNegative = false; in demangleSigned() local
1281 bool IsNegative = false; in demangleStringLiteral() local
1430 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2068 bool IsNegative = false; in demangleArrayType() local
2276 bool IsNegative = false; in demangleTemplateParameterList() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DNativeFormatting.cpp57 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
83 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
H A DAPInt.cpp510 unsigned IsNegative = false; in getSufficientBitsNeeded() local
H A DAPFloat.cpp2975 bool IsNegative = str.front() == '-'; in convertFromStringSpecials() local
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp240 bool IsNegative = Name.startswith("no-"); in getX86TargetFeatures() local
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h93 bool IsNegative() const { in IsNegative() function
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp388 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
399 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
413 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DFixedPointBuilder.h56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h758 const bool IsNegative = (X < 0) ^ (Y < 0); in MulOverflow() local
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h560 bool IsNegative = false; member
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp151 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3000 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1524 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1598 bool IsNegative, in emitCBZ()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp844 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1077 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3167 bool IsNegative) { in getAbsolute()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6269 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2005 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local