Searched defs:CanSelectOperandBeMappingIntoPredBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp523 /// CanSelectOperandBeMappingIntoPredBlock - SI is a select whose condition is a
534 static bool CanSelectOperandBeMappingIntoPredBlock(const Value *V, function
877 if (CanSelectOperandBeMappingIntoPredBlock(TrueVal, SI) &&
878 CanSelectOperandBeMappingIntoPredBlock(FalseVal, SI))

Completed in 93 milliseconds