Home
last modified time | relevance | path

Searched defs:setCondition (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { in setCondition() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h210 void setCondition(TIntermTyped *condition) { mCond = condition; } in setCondition() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h234 void setCondition(TIntermTyped *condition) { mCond = condition; } in setCondition() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1132 void setCondition(CondCode cond) { setCond = cond; } in setCondition() function