Searched defs:DAGCombinerInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h913 struct DAGCombinerInfo { struct in namespace:llvm
921 DAGCombinerInfo(SelectionDAG &dag, bool bl, bool blo, bool cl, void *dc) function in struct:llvm::DAGCombinerInfo
943 DAGCombinerInfo &DCI, DebugLoc dl) const;
960 /// In addition, methods provided by DAGCombinerInfo may be used to perform
963 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;

Completed in 203 milliseconds