Home
last modified time | relevance | path

Searched refs:DestIsSigned (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp615 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
618 Src0IsF32 ? (DestIsSigned ? RuntimeHelper::H_fptosi_f32_i64 in genTargetHelperCallFor()
620 : (DestIsSigned ? RuntimeHelper::H_fptosi_f64_i64 in genTargetHelperCallFor()
4068 const bool DestIsSigned = CastKind == InstCast::Fptosi; in lowerCast() local
4075 DestIsSigned ? InstARM32Vcvt::Vs2si : InstARM32Vcvt::Vs2ui); in lowerCast()
4094 Src0IsF32 ? (DestIsSigned ? InstARM32Vcvt::S2si : InstARM32Vcvt::S2ui) in lowerCast()
4095 : (DestIsSigned ? InstARM32Vcvt::D2si : InstARM32Vcvt::D2ui); in lowerCast()
H A DIceTargetLoweringMIPS32.cpp456 const bool DestIsSigned = CastKind == InstCast::Fptosi; in genTargetHelperCallFor() local
459 if (DestIsSigned) { in genTargetHelperCallFor()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DInstructions.cpp2377 const Value *Src, bool SrcIsSigned, const Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2400 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCast.cpp3668 bool DestIsSigned = DestTy->isSignedIntegerOrEnumerationType(); in BuildCheriOffsetOrAddress() local
3670 TI.getTypeName(TI.getLeastIntTypeByWidth(PtrRange, DestIsSigned)); in BuildCheriOffsetOrAddress()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DInstructions.cpp2912 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2949 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DInstructions.cpp2800 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2837 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DInstructions.cpp3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3115 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DInstructions.cpp3212 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3249 if (DestIsSigned) in getCastOpcode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3115 if (DestIsSigned) in getCastOpcode()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3078 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3115 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DInstructions.cpp3085 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3122 if (DestIsSigned) in getCastOpcode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DInstructions.cpp3254 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3291 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DInstructions.cpp3257 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3294 if (DestIsSigned) in getCastOpcode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstructions.cpp3249 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3286 if (DestIsSigned) in getCastOpcode()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DInstructions.cpp3249 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3286 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstructions.cpp3198 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3235 if (DestIsSigned) in getCastOpcode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3249 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3286 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DInstructions.cpp3359 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3396 if (DestIsSigned) in getCastOpcode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstructions.cpp3249 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3286 if (DestIsSigned) in getCastOpcode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstructions.cpp3198 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3235 if (DestIsSigned) in getCastOpcode()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DInstructions.cpp3249 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3286 if (DestIsSigned) in getCastOpcode()