Searched refs:TmpDest (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 544 auto *TmpDest = makeVariable(IceType_i1); in Binop() local 546 InstIcmp::create(Func, InstIcmp::Ne, TmpDest, Left, Right)); in Binop() 547 BoolDest->setBoolSource(TmpDest); in Binop() 549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop() 554 auto *TmpDest = makeVariable(IceType_i1); in Binop() local 556 InstIcmp::create(Func, InstIcmp::Eq, TmpDest, Left, Right)); in Binop() 557 BoolDest->setBoolSource(TmpDest); in Binop() 559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop() 564 auto *TmpDest = makeVariable(IceType_i1); in Binop() local 566 InstIcmp::create(Func, InstIcmp::Slt, TmpDest, Left, Right)); in Binop() [all …]
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 111 SmallString<256> TmpDest = Path, UpperDest, RealDest; in isCaseSensitivePath() local 113 if (!real_path(Path, TmpDest)) in isCaseSensitivePath() 115 Path = TmpDest; in isCaseSensitivePath()
|