HomeSort by: relevance | last modified time | path
    Searched refs:getSelectCondition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 356 Value *getSelectCondition(Value *A, Value *B);
InstCombineAndOrXor.cpp 2286 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B) {
2350 if (Value *Cond = getSelectCondition(A, B)) {

Completed in 71 milliseconds