Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp1293 bool allConstant = true; in areAllChildConst() local
1306 return allConstant; in areAllChildConst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
2426 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
2450 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()
3240 if (allConstant(VL)) in getEntryCost()
3602 (allConstant(VectorizableTree[1]->Scalars) || in isFullyVectorizableTinyTree()