Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1018 static bool canSelectOperandBeMappingIntoPredBlock(const Value *V, in canSelectOperandBeMappingIntoPredBlock() function
1838 if (canSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
1839 canSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()