OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allConstant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ParseContext.cpp
1034
bool
allConstant
= true;
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
146
static bool
allConstant
(ArrayRef<Value *> VL) {
482
if (
allConstant
(VL) || isSplat(VL) || !getSameBlock(VL) ||
803
if (
allConstant
(VL))
[
all
...]
Completed in 6165 milliseconds