Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp526 static bool CanSelectOperandBeMappingIntoPredBlock(const Value *V, in CanSelectOperandBeMappingIntoPredBlock() function
862 if (CanSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
863 CanSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()
/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()