Home
last modified time | relevance | path

Searched refs:FalseVInPred (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi() local
673 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in FoldOpIntoPhi()
676 TrueVInPred, FalseVInPred, "phitmp"); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp864 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi() local
870 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in FoldOpIntoPhi()
873 TrueVInPred, FalseVInPred, "phitmp"); in FoldOpIntoPhi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp957 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in foldOpIntoPhi() local
967 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in foldOpIntoPhi()
979 FalseVInPred, "phitmp"); in foldOpIntoPhi()