Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp198 SelectVal, // A pointer select which is loaded from and for which the load enumerator
247 Res.Kind = ValType::SelectVal; in getSelect()
258 bool isSelectValue() const { return Kind == ValType::SelectVal; } in isSelectValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp414 Value *SelectVal = Builder.CreateSelect(Cond, LdexpVal0, LdexpVal1); in foldSelectOpOp() local
418 TII->getType(), Intrinsic::ldexp, {SelectVal, SelectExp}); in foldSelectOpOp()