Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp623 static bool CanSelectOperandBeMappingIntoPredBlock(const Value *V, in CanSelectOperandBeMappingIntoPredBlock() function
1182 if (CanSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
1183 CanSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()