Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp675 for (Instruction *TrueInst : TrueSlicesInterleaved) in convertProfitableSIGroups()
676 TrueInst->moveBefore(TrueBranch->getIterator()); in convertProfitableSIGroups()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp320 auto *TrueInst = dyn_cast<Instruction>(SI->getTrueValue()); in collectUsers() local
322 if (!TrueInst || !FalseInst) in collectUsers()