HomeSort by relevance Sort by last modified time
    Searched refs:NotZero (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 135 SDValue NotZero = N->getOperand(i);
137 if (isa<ConstantSDNode>(NotZero)) {
138 if (cast<ConstantSDNode>(NotZero)->getAPIntValue().countTrailingOnes() <
141 } else if (isa<ConstantFPSDNode>(NotZero)) {
142 if (cast<ConstantFPSDNode>(NotZero)->getValueAPF()
152 if (N->getOperand(i) != NotZero &&
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 493 BasicBlock *NotZero = createBasicBlock("fpclassify_not_zero", this->CurFn);
494 Builder.CreateCondBr(IsZero, End, NotZero);
498 Builder.SetInsertPoint(NotZero);
503 Result->addIncoming(NanLiteral, NotZero);
    [all...]

Completed in 569 milliseconds