Searched refs:FoldSelectIntoOp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h177 Instruction *FoldSelectIntoOp(SelectInst &SI, Value*, Value*);
H A DInstCombineSelect.cpp208 /// FoldSelectIntoOp - Try fold the select into one of the operands to
210 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, function in class:InstCombiner
850 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal))

Completed in 783 milliseconds