HomeSort by relevance Sort by last modified time
    Searched refs:FoldSelectIntoOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 173 Instruction *FoldSelectIntoOp(SelectInst &SI, Value*, Value*);
InstCombineSelect.cpp 203 /// FoldSelectIntoOp - Try fold the select into one of the operands to
205 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal,
835 if (Instruction *FoldI = FoldSelectIntoOp(SI, TrueVal, FalseVal))
    [all...]

Completed in 182 milliseconds