Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp393 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp() local
400 sextRHS == FalseVal) { in visitSelectInstWithICmp()
402 AdjustedRHS = sextRHS; in visitSelectInstWithICmp()
404 sextRHS == TrueVal) { in visitSelectInstWithICmp()
406 AdjustedRHS = sextRHS; in visitSelectInstWithICmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp457 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp() local
464 sextRHS == FalseVal) { in visitSelectInstWithICmp()
466 AdjustedRHS = sextRHS; in visitSelectInstWithICmp()
468 sextRHS == TrueVal) { in visitSelectInstWithICmp()
470 AdjustedRHS = sextRHS; in visitSelectInstWithICmp()