Searched defs:isFreeToInvert (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 232 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert() function 238 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 231 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert() function 237 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 270 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert() function 276 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 231 bool isFreeToInvert(Value *V, bool WillInvertAllUses, in isFreeToInvert() function 237 bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 235 static bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 186 static inline bool isFreeToInvert(Value *V, bool WillInvertAllUses) { in isFreeToInvert() function
|