Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1310 bool allConstant = true; in areAllChildConst() local
1323 return allConstant; in areAllChildConst()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp132 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
970 bool SameTy = allConstant(VL) || getSameType(VL); (void)SameTy; in buildTree_rec()
1005 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) { in buildTree_rec()
1543 if (allConstant(VL)) in getEntryCost()
1766 (allConstant(VectorizableTree[1].Scalars) || in isFullyVectorizableTinyTree()