Home
last modified time | relevance | path

Searched refs:insertvalues (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
DOverlappingInsertvalues.ll4 ; Check that we can find and remove redundant insertvalues
13 ; Check that we can find and remove redundant nodes in insertvalues chain
26 ; Check that we propagate insertvalues only if they are use as the first
Dextractvalue.ll31 ; Use nested insertvalues to build a nested struct
/external/llvm/test/Transforms/InstCombine/
DOverlappingInsertvalues.ll4 ; Check that we can find and remove redundant insertvalues
13 ; Check that we can find and remove redundant nodes in insertvalues chain
26 ; Check that we propagate insertvalues only if they are use as the first
Dextractvalue.ll31 ; Use nested insertvalues to build a nested struct
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dextractvalue.ll31 ; Use nested insertvalues to build a nested struct
/external/python/cpython2/Modules/
Dposixmodule.c9194 static int insertvalues(PyObject *module) in insertvalues() function
9461 if (insertvalues(d)) return -1; in all_ins()