Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp633 Value *SelectVal = in EmitHLSLBuiltinExpr() local
636 Builder.CreateStore(SelectVal, ReturnValue.getAddress(), in EmitHLSLBuiltinExpr()
639 return SelectVal; in EmitHLSLBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp204 SelectVal, // A pointer select which is loaded from and for which the load enumerator
253 Res.Kind = ValType::SelectVal; in getSelect()
264 bool isSelectValue() const { return Kind == ValType::SelectVal; } in isSelectValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp387 Value *SelectVal = Builder.CreateSelect(Cond, LdexpVal0, LdexpVal1); in foldSelectOpOp() local
391 TII->getType(), Intrinsic::ldexp, {SelectVal, SelectExp}); in foldSelectOpOp()