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

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

Completed in 43 milliseconds