OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaskValues
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
663
SmallVector<Constant *, 16>
MaskValues
;
666
MaskValues
.push_back(UndefValue::get(Builder->getInt32Ty()));
668
MaskValues
.push_back(Builder->getInt32(Mask[i]));
671
ConstantVector::get(
MaskValues
));
[
all
...]
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
265
static const uint64_t
MaskValues
[6] = {
281
Value *MaskCst = ConstantInt::get(V->getType(),
MaskValues
[ct]);
Completed in 189 milliseconds