OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rep
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
339
llvm::PointerIntPair<const Expr *, 1, bool>
Rep
;
342
WeakUseTy(const Expr *Use, bool IsRead) :
Rep
(Use, IsRead) {}
344
const Expr *getUseExpr() const { return
Rep
.getPointer(); }
345
bool isUnsafe() const { return
Rep
.getInt(); }
346
void markSafe() {
Rep
.setInt(false); }
349
return
Rep
== Other.
Rep
;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
633
GepNode *
Rep
= F->second;
634
N->Parent =
Rep
;
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
1521
Value *
Rep
= Builder.CreateCall(Intrin,
1523
return EmitX86Select(Builder, CI.getArgOperand(3),
Rep
, CI.getArgOperand(2));
1551
CallInst &CI, Value *&
Rep
) {
1781
Rep
= Builder.CreateCall(Intrinsic::getDeclaration(CI.getModule(), IID),
1784
Rep
= EmitX86Select(Builder, CI.getArgOperand(NumArgs - 1),
Rep
,
1929
Value *
Rep
;
1935
Rep
= Builder.CreateICmp(CmpEq ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_SGT,
1937
Rep
= Builder.CreateSExt(
Rep
, CI->getType(), "")
[
all
...]
Completed in 45 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026