Home
last modified time | relevance | path

Searched defs:VExt (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h38 VExt, // The value is vector-widened in the location. enumerator
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h46 VExt, // The value is vector-widened in the location. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h47 VExt, // The value is vector-widened in the location. enumerator
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1017 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); in VisitShuffleVectorExpr() local