OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VExt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
CallingConvLower.h
38
VExt
, // The value is vector-widened in the location.
40
// vector-widen should be fixed to use
VExt
instead.
/external/clang/lib/CodeGen/
CGExprScalar.cpp
753
Value *
VExt
= Builder.CreateExtractElement(LHS, Indx, "shuf_elt");
754
NewV = Builder.CreateInsertElement(NewV,
VExt
, Indx, "shuf_ins");
[
all
...]
Completed in 309 milliseconds