Home
last modified time | relevance | path

Searched defs:TargetLoweringOpt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4085 struct TargetLoweringOpt { struct
4092 explicit TargetLoweringOpt(SelectionDAG &InDAG, in TargetLoweringOpt() argument
4096 bool LegalTypes() const { return LegalTys; } in LegalTypes()
4097 bool LegalOperations() const { return LegalOps; } in LegalOperations()
4099 bool CombineTo(SDValue O, SDValue N) { in CombineTo()