Home
last modified time | relevance | path

Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
949 if (CondValue.isUnknown()) in visitSelectInst()
952 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h424 inline uint32_t cond() const { return instr_.CondValue(); } in cond()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h804 inline int CondValue() const { in CondValue() function