Searched refs:NotZero (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp574 BasicBlock *NotZero = createBasicBlock("fpclassify_not_zero", this->CurFn); local
575 Builder.CreateCondBr(IsZero, End, NotZero);
579 Builder.SetInsertPoint(NotZero);
584 Result->addIncoming(NanLiteral, NotZero);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp120 SDValue NotZero = N->getOperand(i);
122 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(NotZero)) {
125 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) {
135 if (N->getOperand(i) != NotZero &&
H A DLegalizeIntegerTypes.cpp2295 SDValue NotZero = DAG.getSelect(dl, VT, isZero, local
2297 SDValue DIV = DAG.getNode(ISD::UDIV, dl, VT, MUL, NotZero);

Completed in 1149 milliseconds