Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h367 Value *getSelectCondition(Value *A, Value *B);
H A DInstCombineAndOrXor.cpp2378 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B) { in getSelectCondition() function in InstCombinerImpl
2461 if (Value *Cond = getSelectCondition(A, B)) { in matchSelectFromAndOr()