Home
last modified time | relevance | path

Searched refs:setVal (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h72 void setVal(Value *V, Constant *C) { in setVal() function in llvm::Evaluator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp654 setVal(&*CurInst, InstResult); in EvaluateBlock()
685 setVal(&*AI, ActualArgs[ArgNo]); in EvaluateFunction()
726 setVal(PN, getVal(PN->getIncomingValueForBlock(CurBB))); in EvaluateFunction()
/third_party/glslang/StandAlone/
H A DStandAlone.cpp520 int setVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10)); in ProcessGlobalBlockSettings() local
521 if (errno || setVal < 0) { in ProcessGlobalBlockSettings()
525 *set = setVal; in ProcessGlobalBlockSettings()

Completed in 5 milliseconds