Searched refs:intersectOptionalDataWith (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DValue.h253 /// intersectOptionalDataWith - Clear any optional flags in this value
255 void intersectOptionalDataWith(const Value *V) { function in class:llvm::Value
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1037 I1->intersectOptionalDataWith(I2);
1278 I1->intersectOptionalDataWith(I2);
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp3068 K->intersectOptionalDataWith(H);

Completed in 180 milliseconds