Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1018 bool AllConstant = true; in setBasicExpressionInfo() local
1030 AllConstant = AllConstant && isa<Constant>(Operand); in setBasicExpressionInfo()
1034 return AllConstant; in setBasicExpressionInfo()
1122 bool AllConstant = setBasicExpressionInfo(I, E); in createExpression() local
1177 } else if (AllConstant) { in createExpression()