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

  /external/llvm/include/llvm/
Constants.h 260 static ConstantFP *getNegativeZero(Type* Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 357 if (CFP->isExactlyValue(ConstantFP::getNegativeZero
  /external/llvm/lib/VMCore/
Constants.cpp 529 ConstantFP *ConstantFP::getNegativeZero(Type *Ty) {
540 Constant *C = getNegativeZero(ScalarTy);
    [all...]

Completed in 34 milliseconds