Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4124 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress() local
4129 QPred = QB.CreateNot(QPred); in mergeConditionalStoreToAddress()
4130 Value *CombinedPred = QB.CreateOr(PPred, QPred); in mergeConditionalStoreToAddress()