HomeSort by relevance Sort by last modified time
    Searched refs:assume (Results 101 - 125 of 440) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 75 // Set StoreCaptures to True so that we can assume in our callers that the
740 // assume that the call could touch the pointer, even though it doesn't
754 // If the CallSite is to malloc or calloc, we can assume that it doesn't
755 // modify any IR visible value. This is only valid because we assume these
768 // While the assume intrinsic is marked as arbitrarily writing so that
771 if (isIntrinsicCall(CS, Intrinsic::assume))
790 // While the assume intrinsic is marked as arbitrarily writing so that
793 if (isIntrinsicCall(CS1, Intrinsic::assume) ||
794 isIntrinsicCall(CS2, Intrinsic::assume))
    [all...]
VectorUtils.cpp 93 ID == Intrinsic::lifetime_end || ID == Intrinsic::assume)
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 403 // token; otherwise assume the unindent is part of a
544 // and before the beginning of the comment text, assume two
547 // for the opening /*, assume up to 3 blanks or a tab. This
573 // assume the '\t' compensates for the /*
576 // otherwise assume two blanks
599 // last line contains more comment text - assume
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 403 // token; otherwise assume the unindent is part of a
544 // and before the beginning of the comment text, assume two
547 // for the opening /*, assume up to 3 blanks or a tab. This
573 // assume the '\t' compensates for the /*
576 // otherwise assume two blanks
599 // last line contains more comment text - assume
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 107 // In the basic model, we just assume that all-constant GEPs will be folded
143 case Intrinsic::assume:
455 // We assume that the cost of Scalar GEP with constant index and the
  /external/boringssl/src/ssl/test/runner/
sign.go 30 // we can assume that it supports SHA1. See
  /external/valgrind/none/tests/
cmdline1.stdout.exp 52 --max-stackframe=<number> assume stack switch for SP changes larger
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 175 @REM For old DOS remove the set variables from ENV - we assume they were not set
mvnDebug.bat 179 @REM For old DOS remove the set variables from ENV - we assume they were not set
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 110 Compiler string // compiler to assume when computing target paths
testflag.go 112 // This is a flag we do not know; we must assume
  /prebuilts/go/darwin-x86/src/cmd/vet/
deadcode.go 161 // If so, assume it is reachable due to the goto.
  /prebuilts/go/darwin-x86/src/crypto/x509/
pem_decrypt.go 160 // If we detect a bad padding, we assume it is an invalid password.
root_windows.go 155 // If there's a DNSName set in opts, assume we're verifying
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 231 // We have to assume the worst case values (digit 84)
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 287 // assume fraction
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 29 its user, assume the entire risk as to its quality and accuracy.
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 263 // If we see an unnecessary backslash escape, assume it is from MSIE
  /prebuilts/go/darwin-x86/src/net/
interface_windows.go 98 ifi.Flags |= FlagBroadcast | FlagPointToPoint | FlagMulticast // assume all services available; LANE, point-to-point and point-to-multipoint
ipsock_posix.go 95 // capabilities, or does not support IPv4, we assume that
  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 33 // The implementation fn can assume that the argument Value slice
  /prebuilts/go/darwin-x86/src/runtime/
slice.go 96 // We assume that append doesn't need to preserve old.array in this case.
  /prebuilts/go/darwin-x86/src/sync/
pool.go 112 // Callers should not assume any relation between values passed to Put and
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 110 Compiler string // compiler to assume when computing target paths
testflag.go 112 // This is a flag we do not know; we must assume

Completed in 671 milliseconds

1 2 3 45 6 7 8 91011>>