Home
last modified time | relevance | path

Searched defs:getSelectCondition (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1613 static Value *getSelectCondition(Value *A, Value *B, in getSelectCondition() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2109 Value *InstCombiner::getSelectCondition(Value *A, Value *B) { in getSelectCondition() function in InstCombiner
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2604 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B, in getSelectCondition() function in InstCombinerImpl