HomeSort by relevance Sort by last modified time
    Searched full:issigned (Results 201 - 225 of 738) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 174 bool isSigned) const {
177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 196 bool isSigned) const {
197 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
Constants.h 108 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
112 /// to fit the type, unless isSigned is true, in which case the value will
117 bool isSigned = false);
223 bool isMaxValue(bool isSigned) const {
224 if (isSigned)
235 bool isMinValue(bool isSigned) const {
236 if (isSigned)
    [all...]
NoFolder.h 260 bool isSigned) const {
261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 174 bool isSigned) const {
177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 196 bool isSigned) const {
197 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
Constants.h 108 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
112 /// to fit the type, unless isSigned is true, in which case the value will
117 bool isSigned = false);
223 bool isMaxValue(bool isSigned) const {
224 if (isSigned)
235 bool isMinValue(bool isSigned) const {
236 if (isSigned)
    [all...]
NoFolder.h 260 bool isSigned) const {
261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 174 bool isSigned) const {
177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 196 bool isSigned) const {
197 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
Constants.h 108 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
112 /// to fit the type, unless isSigned is true, in which case the value will
117 bool isSigned = false);
223 bool isMaxValue(bool isSigned) const {
224 if (isSigned)
235 bool isMinValue(bool isSigned) const {
236 if (isSigned)
    [all...]
NoFolder.h 260 bool isSigned) const {
261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 174 bool isSigned) const {
177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 196 bool isSigned) const {
197 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
Constants.h 108 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
112 /// to fit the type, unless isSigned is true, in which case the value will
117 bool isSigned = false);
223 bool isMaxValue(bool isSigned) const {
224 if (isSigned)
235 bool isMinValue(bool isSigned) const {
236 if (isSigned)
    [all...]
NoFolder.h 260 bool isSigned) const {
261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 174 bool isSigned) const {
177 return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 196 bool isSigned) const {
197 return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
Constants.h 108 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
112 /// to fit the type, unless isSigned is true, in which case the value will
117 bool isSigned = false);
223 bool isMaxValue(bool isSigned) const {
224 if (isSigned)
235 bool isMinValue(bool isSigned) const {
236 if (isSigned)
    [all...]
NoFolder.h 260 bool isSigned) const {
261 return CastInst::CreateIntegerCast(C, DestTy, isSigned);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
decompose.go 30 if t.IsSigned() {
169 if v.Type.IsSigned() {
rewrite.go 129 func isSigned(t Type) bool {
130 return t.IsSigned()
  /prebuilts/go/darwin-x86/src/fmt/
format.go 194 func (f *fmt) fmt_integer(u uint64, base int, isSigned bool, digits string) {
195 negative := isSigned && int64(u) < 0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
decompose.go 30 if t.IsSigned() {
169 if v.Type.IsSigned() {
rewrite.go 129 func isSigned(t Type) bool {
130 return t.IsSigned()

Completed in 830 milliseconds

1 2 3 4 5 6 7 891011>>