Home
last modified time | relevance | path

Searched refs:isL (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp48 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() argument
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
59 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
78 if (isL) { in printValue()
DDiffConsumer.h74 void printValue(Value *V, bool isL);
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffConsumer.cpp47 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() argument
55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
58 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
73 if (isL) { in printValue()
DDiffConsumer.h75 void printValue(Value *V, bool isL);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffConsumer.cpp48 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() argument
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
59 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
78 if (isL) { in printValue()
DDiffConsumer.h74 void printValue(Value *V, bool isL);
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc111 #define isL(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu)) macro
243 if (isL (u) && buffer->idx + 1 < count) in preprocess_text_hangul()