OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foldConstant
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1144
Value *
foldConstant
(Instruction::BinaryOps Opc, Value *L,
1270
if (Value *V =
foldConstant
(Instruction::URem, LHS, RHS, Name)) return V;
1275
if (Value *V =
foldConstant
(Instruction::SRem, LHS, RHS, Name)) return V;
1393
if (Value *V =
foldConstant
(Instruction::Xor, LHS, RHS, Name)) return V;
1411
if (Value *V =
foldConstant
(Instruction::FAdd, L, R, Name)) return V;
1424
if (Value *V =
foldConstant
(Instruction::FAdd, L, R, Name)) return V;
1436
if (Value *V =
foldConstant
(Instruction::FSub, L, R, Name)) return V;
1449
if (Value *V =
foldConstant
(Instruction::FSub, L, R, Name)) return V;
1461
if (Value *V =
foldConstant
(Instruction::FMul, L, R, Name)) return V;
1474
if (Value *V =
foldConstant
(Instruction::FMul, L, R, Name)) return V
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
4761
static Constant *
foldConstant
(Instruction::UnaryOps Opcode,
4772
if (Constant *C =
foldConstant
(Instruction::FNeg, Op, Q))
Completed in 58 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026