Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp894 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local
921 bool IsNegative = false; in demangleUnsigned() local
930 bool IsNegative = false; in demangleSigned() local
1280 bool IsNegative = false; in demangleStringLiteral() local
1437 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2077 bool IsNegative = false; in demangleArrayType() local
2285 bool IsNegative = false; in demangleTemplateParameterList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp51 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
77 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
H A DAPFloat.cpp2824 bool IsNegative = str.front() == '-'; in convertFromStringSpecials() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp363 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
374 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
388 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h54 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp138 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h561 bool IsNegative = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1364 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1438 bool IsNegative, in emitCBZ()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp752 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2717 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1080 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2982 bool IsNegative) { in getAbsolute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6249 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1923 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local