HomeSort by: relevance | last modified time | path
    Searched refs:ShuffleMaskForBitcode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 196 ShuffleMaskForBitcode =
201 Constant *ShuffleMaskForBitcode;
Constants.cpp 1508 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode;
Instructions.cpp 2084 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 2002 Constant *ShuffleMaskForBitcode;
2063 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }

Completed in 57 milliseconds