OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantVec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp
403
SmallVector<Constant *, 8>
ConstantVec
;
406
ConstantVec
.push_back(UndefValue::get(SVT));
409
ConstantVec
.push_back(ConstantInt::getNullValue(SVT));
412
return ConstantVector::get(
ConstantVec
);
X86ISelLowering.cpp
8777
SmallVector<Constant *, 32>
ConstantVec
;
8790
ConstantVec
.push_back(Const);
8792
return ConstantVector::get(ArrayRef<Constant *>(
ConstantVec
));
[
all
...]
Completed in 86 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026