Searched defs:isSigned (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp151 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
166 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h55 bool isSigned() const { return !IsUnsigned; } function in class:llvm::APSInt
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp76 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp183 DefineTypeSize(StringRef MacroName, unsigned TypeWidth, StringRef ValSuffix, bool isSigned, MacroBuilder &Builder) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h780 bool isSigned() const { function in class:llvm::CmpInst
H A DIRBuilder.h1180 Value *CreateIntCast(Value *V, Type *DestTy, bool isSigned, argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1005 LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned) argument
1032 ExpandChainLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned) argument
[all...]
H A DLegalizeFloatTypes.cpp1184 bool isSigned = N->getOpcode() == ISD::SINT_TO_FP; local
H A DTargetLowering.cpp84 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, SDLoc dl, bool doesNotReturn, bool isReturnValueUsed) const argument
H A DLegalizeIntegerTypes.cpp2130 bool isSigned; local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp640 bool isSigned = true; local
H A DARMFastISel.cpp1635 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { argument
1680 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { argument
1779 SelectDiv(const Instruction *I, bool isSigned) argument
1807 SelectRem(const Instruction *I, bool isSigned) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1337 evaluateICmpRelation(Constant *V1, Constant *V2, bool isSigned) argument
[all...]
H A DConstants.cpp492 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { argument
502 get(IntegerType *Ty, uint64_t V, bool isSigned) argument
1513 getIntegerCast(Constant *C, Type *Ty, bool isSigned) argument
H A DInstructions.cpp3246 bool CmpInst::isSigned(unsigned short predicate) { function in class:CmpInst
2485 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
2499 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp716 bool isSigned = I.getOpcode() == Instruction::SDiv; local
H A DInstCombineAndOrXor.cpp796 bool isSigned = LHS->isSigned() || RHS->isSigned(); local
271 InsertRangeTest(Value *V, Constant *Lo, Constant *Hi, bool isSigned, bool Inside) argument
1609 bool isSigned = LHS->isSigned() || RHS->isSigned(); local
2484 bool isSigned = LHS->isSigned() || RHS->isSigned(); local
[all...]
H A DInstCombineCasts.cpp160 EvaluateInDifferentType(Value *V, Type *Ty, bool isSigned) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h464 bool isSigned() const { return IsSigned; } function in class:llvm::MCLEBFragment
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1074 bool isSigned = Opcode == Instruction::SDiv; local
H A DScalarEvolution.cpp330 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { argument
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1760 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
1774 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1690 bool isSigned = Node->getType()->isSignedIntegerType(); local
H A DStmtPrinter.cpp811 bool isSigned = Node->getType()->isSignedIntegerType(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp495 bool isSigned local

Completed in 405 milliseconds

12