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

  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 37 /// RemapFlags - These are flags that the value mapping APIs allow.
38 enum RemapFlags {
52 static inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) {
53 return RemapFlags(unsigned(LHS)|unsigned(RHS));
57 RemapFlags Flags = RF_None,
61 RemapFlags Flags = RF_None,
67 RemapFlags Flags = RF_None,
72 RemapFlags Flags = RF_None
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
161 RemapFlags Flags, ValueMapTypeRemapper *TypeMapper){

Completed in 83 milliseconds