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

  /external/llvm/include/llvm/IR/
Constants.h 259 static ConstantFP *getNegativeZero(Type* Ty);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 581 ConstantFP *ConstantFP::getNegativeZero(Type *Ty) {
592 Constant *C = getNegativeZero(ScalarTy);
    [all...]

Completed in 153 milliseconds