Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1522 static bool canSelectOperandBeMappingIntoPredBlock(const Value *V, in canSelectOperandBeMappingIntoPredBlock() function
2648 if (canSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
2649 canSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1771 static bool canSelectOperandBeMappingIntoPredBlock(const Value *V, in canSelectOperandBeMappingIntoPredBlock() function
3324 if (canSelectOperandBeMappingIntoPredBlock(TrueVal, SI) && in visitSelectInst()
3325 canSelectOperandBeMappingIntoPredBlock(FalseVal, SI)) in visitSelectInst()