/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 894 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 D | NativeFormatting.cpp | 51 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 77 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
|
H A D | APFloat.cpp | 2824 bool IsNegative = str.front() == '-'; in convertFromStringSpecials() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 363 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 D | FixedPointBuilder.h | 54 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 138 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 561 bool IsNegative = false; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1364 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 D | InstCombineSelect.cpp | 752 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2717 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1080 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2982 bool IsNegative) { in getAbsolute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6249 bool IsNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1923 llvm::Value *IsNegative = CGF.Builder.CreateICmpSLT(Signed, Zero); in EmitCheckedMixedSignMultiply() local
|