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

  /external/llvm/include/llvm/IR/
Constants.h 265 static Constant *getNegativeZero(Type *Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 563 Constant *NegZero = ConstantFP::getNegativeZero(Op1->getType());
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 692 Constant *ConstantFP::getNegativeZero(Type *Ty) {
706 return getNegativeZero(Ty);
    [all...]

Completed in 460 milliseconds