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 50 /// RemapFlags - These are flags that the value mapping APIs allow.
51 enum RemapFlags {
65 static inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) {
66 return RemapFlags(unsigned(LHS)|unsigned(RHS));
70 RemapFlags Flags = RF_None,
75 RemapFlags Flags = RF_None,
82 RemapFlags Flags = RF_None,
89 RemapFlags Flags = RF_None
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
184 RemapFlags Flags, ValueMapTypeRemapper *TypeMapper,

Completed in 68 milliseconds