Searched refs:isZEXTLoad (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2032 /// isZEXTLoad - Returns true if the specified node is a ZEXTLOAD.
2034 inline bool isZEXTLoad(const SDNode *N) { function in namespace:ISD
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5364 if ((ISD::isZEXTLoad(N0.getNode()) || ISD::isEXTLoad(N0.getNode())) &&
5907 if (ISD::isZEXTLoad(N0.getNode()) && ISD::isUNINDEXEDLoad(N0.getNode()) &&
H A DSelectionDAG.cpp2156 if (ISD::isZEXTLoad(Op.getNode()) && Op.getResNo() == 0) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5672 if (N->getOpcode() == ISD::ZERO_EXTEND || ISD::isZEXTLoad(N))

Completed in 528 milliseconds