HomeSort by relevance Sort by last modified time
    Searched refs:IsSigned (Results 126 - 150 of 194) sorted by null

1 2 3 4 56 7 8

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 275 opcode = load_rep.IsSigned() ? kS390_LoadWordS8 : kS390_LoadWordU8;
278 opcode = load_rep.IsSigned() ? kS390_LoadWordS16 : kS390_LoadWordU16;
795 opcode = load_rep.IsSigned() ? kCheckedLoadInt8 : kCheckedLoadUint8;
798 opcode = load_rep.IsSigned() ? kCheckedLoadInt16 : kCheckedLoadUint16;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ssa.go 86 if t.IsSigned() {
92 if t.IsSigned() {
98 if t.IsSigned() {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ssa.go 86 if t.IsSigned() {
92 if t.IsSigned() {
98 if t.IsSigned() {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 675 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 116 bool selectFPToInt(const Instruction *I, bool IsSigned);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite.go 129 func isSigned(t Type) bool {
130 return t.IsSigned()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite.go 129 func isSigned(t Type) bool {
130 return t.IsSigned()
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 5574 milliseconds

1 2 3 4 56 7 8