Home
last modified time | relevance | path

Searched defs:isExact (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
DGrSurfaceProxyPriv.h34 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxyPriv.h34 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h83 bool isExact(const BinaryOperator *Op) const { in isExact() function
/third_party/flutter/skia/tests/
DDetermineDomainModeTest.cpp125 bool isExact, in create_proxy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h136 bool isExact() const { in isExact() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp145 bool Instruction::isExact() const { in isExact() function in Instruction
DConstants.cpp2351 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2356 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2396 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2401 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1287 Value *Op1, bool isExact, const SimplifyQuery &Q, in SimplifyRightShift()
1345 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1376 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1383 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1407 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
DConstantFolding.cpp1634 bool isExact = false; in ConstantFoldSSEConvertToInt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp428 bool isExact; in materializeConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp289 bool isExact = false; in ConvertToSInt() local