HomeSort by relevance Sort by last modified time
    Searched refs:CanBeNull (Results 1 - 20 of 20) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 147 if ((instruction->GetLeft()->IsNullConstant() && !instruction->GetRight()->CanBeNull()) ||
148 (instruction->GetRight()->IsNullConstant() && !instruction->GetLeft()->CanBeNull())) {
159 if ((instruction->GetLeft()->IsNullConstant() && !instruction->GetRight()->CanBeNull()) ||
160 (instruction->GetRight()->IsNullConstant() && !instruction->GetLeft()->CanBeNull())) {
reference_type_propagation.cc 381 if (!obj->CanBeNull() || obj->IsNullConstant()) {
695 instr->SetCanBeNull(obj->CanBeNull() && instr->GetUpperCanBeNull());
742 phi->SetCanBeNull(first_input->CanBeNull());
    [all...]
nodes.h     [all...]
instruction_simplifier.cc 447 if (!obj->CanBeNull()) {
457 if (!input->CanBeNull()) {
    [all...]
inliner.cc     [all...]
graph_visualizer.cc 652 << std::boolalpha << instruction->CanBeNull() << std::noboolalpha;
    [all...]
intrinsics_arm64.cc     [all...]
intrinsics_arm_vixl.cc     [all...]
instruction_builder.cc 230 if (!ref->CanBeNull()) {
    [all...]
  /external/llvm/lib/IR/
Value.cpp 541 bool &CanBeNull) const {
545 CanBeNull = false;
550 CanBeNull = false;
554 CanBeNull = true;
560 CanBeNull = true;
573 CanBeNull = true;
578 CanBeNull = false;
583 // CanBeNull flag.
585 CanBeNull = false;
  /external/llvm/include/llvm/IR/
Value.h 510 /// If CanBeNull is set by this function the pointer can either be null or be
513 bool &CanBeNull) const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 520 /// If CanBeNull is set by this function the pointer can either be null or be
523 bool &CanBeNull) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 533 /// If CanBeNull is set by this function the pointer can either be null or be
536 bool &CanBeNull) const;

Completed in 390 milliseconds