Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h439 Value *getSelectCondition(Value *A, Value *B, bool ABIsTheSame);
H A DInstCombineAndOrXor.cpp3112 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B, in getSelectCondition() function in InstCombinerImpl
3203 if (Value *Cond = getSelectCondition(A, C, InvertFalseVal)) { in matchSelectFromAndOr()