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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4118 /// isZeroNode - Returns true if Elt is a constant zero or a floating point
4120 bool X86::isZeroNode(SDValue Elt) { function in class:X86
4261 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
4268 !X86::isZeroNode(V1.getOperand(Idx)))
4644 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4941 /// There's even a handy isZeroNode for that purpose.
5279 if (X86::isZeroNode(Elt))
5366 X86::isZeroNode(Op.getOperand(0)) &&
5367 !X86::isZeroNode(Op.getOperand(1))) {
15972 if (X86::isZeroNode(
[all...]

Completed in 76 milliseconds