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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h631 Instruction *foldSelectIntoOp(SelectInst &SI, Value *, Value *);
H A DInstCombineSelect.cpp462 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, function in class:InstCombinerImpl
3267 if (Instruction *FoldI = foldSelectIntoOp(SI, TrueVal, FalseVal))

Completed in 73 milliseconds