Home
last modified time | relevance | path

Searched refs:SrcIsSigned (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h541 bool SrcIsSigned, ///< Whether to treat the source as signed
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2493 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/
DInstrTypes.h763 bool SrcIsSigned, ///< Whether to treat the source as signed
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h789 bool SrcIsSigned, ///< Whether to treat the source as signed
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2800 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/
DInstructions.cpp2982 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3011 if (SrcIsSigned) in getCastOpcode()
3034 if (SrcIsSigned) in getCastOpcode()