Home
last modified time | relevance | path

Searched defs:GetConstantInt (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp139 bool ConstantFolder::GetConstantInt(const Expression& value, SKSL_INT* out) { in GetConstantInt() function in SkSL::ConstantFolder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp693 auto GetConstantInt = [](Value *V) { in calcZeroHeuristics() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp410 static ConstantInt *GetConstantInt(Value *V, const DataLayout &DL) { in GetConstantInt() function