Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxyPriv.h34 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/external/skqp/src/gpu/
DGrSurfaceProxyPriv.h52 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/external/llvm/include/llvm/IR/
DOperator.h141 bool isExact() const { in isExact() function
/external/llvm/lib/IR/
DInstruction.cpp119 bool Instruction::isExact() const { in isExact() function in Instruction
DConstants.cpp2165 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2170 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2210 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2215 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h136 bool isExact() const { in isExact() function
/external/skia/tests/
DDetermineDomainModeTest.cpp125 bool isExact, in create_proxy()
/external/skqp/tests/
DDetermineDomainModeTest.cpp123 bool isExact, in create_proxy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp144 bool Instruction::isExact() const { in isExact() function in Instruction
DConstants.cpp2219 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2224 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2264 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2269 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1345 bool isExact, const Query &Q, in SimplifyRightShift()
1402 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1416 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1427 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1450 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
DConstantFolding.cpp1435 bool isExact = false; in ConstantFoldConvertToInt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1260 Value *Op1, bool isExact, const SimplifyQuery &Q, in SimplifyRightShift()
1317 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1348 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1355 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1379 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
DConstantFolding.cpp1563 bool isExact = false; in ConstantFoldSSEConvertToInt() local
/external/llvm/unittests/ADT/
DAPFloatTest.cpp952 bool isExact = false; in TEST() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp227 bool isExact = false; in ConvertToSInt() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp237 bool isExact; in materializeConstant() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp427 bool isExact; in materializeConstant() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp268 bool isExact = false; in ConvertToSInt() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp996 bool isExact = false; in TEST() local
/external/clang/include/clang/AST/
DExpr.h1394 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/external/clang/lib/Sema/
DSemaChecking.cpp7868 bool isExact = false; in DiagnoseFloatingImpCast() local
DSemaExpr.cpp3211 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local