Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7193 SmallVector<Instruction *> TrueInstrs, FalseInstrs; in optimizeSelectInst() local
7196 TrueInstrs.push_back(cast<Instruction>(V)); in optimizeSelectInst()
7216 if (TrueInstrs.size() == 0) { in optimizeSelectInst()
7262 for (Instruction *I : TrueInstrs) in optimizeSelectInst()