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

  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 544 auto *TmpDest = makeVariable(IceType_i1);
546 InstIcmp::create(Func, InstIcmp::Ne, TmpDest, Left, Right));
547 BoolDest->setBoolSource(TmpDest);
549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest));
554 auto *TmpDest = makeVariable(IceType_i1);
556 InstIcmp::create(Func, InstIcmp::Eq, TmpDest, Left, Right));
557 BoolDest->setBoolSource(TmpDest);
559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest));
564 auto *TmpDest = makeVariable(IceType_i1);
566 InstIcmp::create(Func, InstIcmp::Slt, TmpDest, Left, Right))
    [all...]
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 111 SmallString<256> TmpDest = Path, UpperDest, RealDest;
113 if (!real_path(Path, TmpDest))
115 Path = TmpDest;

Completed in 358 milliseconds