HomeSort by relevance Sort by last modified time
    Searched refs:ExtractElement (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/VMCore/
Instruction.cpp 159 case ExtractElement: return "extractelement";
ConstantsContext.h 92 /// extractelement constant exprs.
103 Instruction::ExtractElement, &Op<0>(), 2) {
441 if (V.opcode == Instruction::ExtractElement)
Constants.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 39 static ConstantInt *ExtractElement(Constant *V, Constant *Idx) {
63 if (HasAddOverflow(ExtractElement(Result, Idx),
64 ExtractElement(In1, Idx),
65 ExtractElement(In2, Idx),
98 if (HasSubOverflow(ExtractElement(Result, Idx),
99 ExtractElement(In1, Idx),
100 ExtractElement(In2, Idx),
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 636 INSTKEYWORD(extractelement, ExtractElement);
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 881 case Instruction::ExtractElement: Out << "getExtractElement("; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]