Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DConstants.h155 bool isNegative() const { return Val.isNegative(); } in isNegative() function
269 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h361 bool isNegative() const { return sign; } in isNegative() function
DAPInt.h322 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp406 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member
2440 bool isNegative, in CreateMem()
4088 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local
4319 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local
4359 bool isNegative = false; in parseMemory() local
4501 bool isNegative = false; in parseFPImm() local
4612 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseOperand() local
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp119 bool isNegative; in readExponent() local
DAPInt.cpp620 unsigned isNegative = *p == '-'; in getBitsNeeded() local