Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/patches/
HDpatch-07-undo-llvm-r240144-iostream-sigbus.diff20 - (allConstant(VectorizableTree[1].Scalars) ||
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp123 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
995 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) { in buildTree_rec()
1429 if (allConstant(VL)) in getEntryCost()