Searched refs:SrcIsSigned (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 541 bool SrcIsSigned, ///< Whether to treat the source as signed
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2493 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 2521 if (SrcIsSigned) in getCastOpcode() 2544 if (SrcIsSigned) in getCastOpcode()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 763 bool SrcIsSigned, ///< Whether to treat the source as signed
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 789 bool SrcIsSigned, ///< Whether to treat the source as signed
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2800 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 2829 if (SrcIsSigned) in getCastOpcode() 2852 if (SrcIsSigned) in getCastOpcode()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument 3011 if (SrcIsSigned) in getCastOpcode() 3034 if (SrcIsSigned) in getCastOpcode()
|