Home
last modified time | relevance | path

Searched refs:isNotOneValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h58 bool isNotOneValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp153 bool Constant::isNotOneValue() const { in isNotOneValue() function in Constant
167 if (!Elt || !Elt->isNotOneValue()) in isNotOneValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1978 Op11C->isNotOneValue()) { in visitSub()