HomeSort by relevance Sort by last modified time
    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 769 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt");
770 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins");
    [all...]

Completed in 51 milliseconds